#C01827

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

Shades of Fire Engine Red #C01827

Tints of Fire Engine Red #C01827

Color information

#C01827 (or 0xC01827) is unknown color: approx Fire Engine Red. HEX triplet: C0, 18 and 27. RGB value is (192,24,39). Sum of RGB (Red+Green+Blue) = 192+24+39=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C01827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01827 is #3FE7D8. Grayscale: #4C4C4C. Windows color (decimal): -4188121 or 2562240. OLE color: 2562240.

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

Color convert

RGB1922439-
CMYK00.880.800.25
HSL354.64º77.78%42.35%-
HSV(B)354.64º87.5%75.29%-
XYZ22.4312.013.05-
YUV75.94107.16210.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75.29%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 39 (15.62% from 255) = 15.29%
R=75.29%
G=9.41%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192243900.880.800.25354.6477.7842.35
HexC0182705850191634e2a
Octal300304701301203154311652
Binary1100000011000100111010110001010000110011011000111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01827; }

 p { color: rgb(192,24,39); }

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

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

 a { background-color: rgb(192,24,39); }

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

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

 span { border-color: rgb(192,24,39); }

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