#C01C1D

Color #C01C1D Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C01C1D

Tints of Fire Engine Red #C01C1D

Color information

#C01C1D (or 0xC01C1D) is unknown color: approx Fire Engine Red. HEX triplet: C0, 1C and 1D. RGB value is (192,28,29). Sum of RGB (Red+Green+Blue) = 192+28+29=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C1D is #3FE3E2. Grayscale: #4D4D4D. Windows color (decimal): -4187107 or 1907904. OLE color: 1907904.

HSL color Cylindrical-coordinate representation of color #C01C1D: hue angle of 359.63º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C1D is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1922829-
CMYK00.850.850.25
HSL359.63º74.55%43.14%-
HSV(B)359.63º85.42%75.29%-
XYZ22.3812.132.32-
YUV77.15100.83209.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 77.11%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 29 (11.72% from 255) = 11.65%
R=77.11%
G=11.24%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192282900.850.850.25359.6374.5543.14
HexC01C1D05555191684b2b
Octal300343501251253155011353
Binary110000001110011101010101011010101110011011010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C1D; }

 p { color: rgb(192,28,29); }

 H1.HeaderClassName
 {
   color: #C01C1D;
 }
 .AnyTagClassName
 {
   color: #C01C1D;
 }
</style>
background-color css

<style>
 a { background-color: #C01C1D; }

 a { background-color: rgb(192,28,29); }

 div.DivClassName
 {
   background-color: #C01C1D;
 }
 .BgClassName
 {
   background-color: #C01C1D;
 }
</style>
border-color css

<style>
 span { border-color: #C01C1D; }

 span { border-color: rgb(192,28,29); }

 td.TdClassName
 {
   border-color: #C01C1D;
 }
 .TagClassName
 {
   border-color: #C01C1D;
 }
</style>