Html Css Color HEX #C01827 Fire Engine Red

📋 copy color: '#C01827'

red 192 ◦ green 24 ◦ blue 39

#C01827
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C01827

Tints of Fire Engine Red #C01827

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.63% from 255) = 15.29%

R = 75.29%
G = 9.41%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01827 (or 0xC01827) is known color: 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

RGB 192 24 39 -
CMYK 0 0.88 0.80 0.25
HSL 354.64º 0.78% 0.42% -
HSV(B) 354.64º 0.88% 0.75% -
XYZ 22.43 12.01 3.05 -
YUV 75.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 192 24 39 0 0.88 0.80 0.25 354.64 0.78 0.42
Hex C0 18 27 0 58 50 19 163 4E 2A
Octal 300 30 47 0 130 120 31 543 116 52
Binary 11000000 11000 100111 0 1011000 1010000 11001 101100011 1001110 101010

Color Harmonies of #C01827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01827

Black with #C01827

Text Example


Text Example

White with #C01827

Text Example


Text Example

HTML Codes & Css Web 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>