Html Css Color HEX #C01928 Fire Engine Red

📋 copy color: '#C01928'

red 192 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #C01928

Tints of Fire Engine Red #C01928

RGB

 RED value IS 192 (75.39% from 255) = 74.71%

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 74.71%
G = 9.73%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C01928 (or 0xC01928) is known color: Fire Engine Red. HEX triplet: C0, 19 and 28. RGB value is (192,25,40). Sum of RGB (Red+Green+Blue) = 192+25+40=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C01928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01928 is #3FE6D7. Grayscale: #4C4C4C. Windows color (decimal): -4187864 or 2628032. OLE color: 2628032.

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

Color convert

RGB 192 25 40 -
CMYK 0 0.87 0.79 0.25
HSL 354.61º 0.77% 0.43% -
HSV(B) 354.61º 0.87% 0.75% -
XYZ 22.47 12.05 3.15 -
YUV 76.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 192 25 40 0 0.87 0.79 0.25 354.61 0.77 0.43
Hex C0 19 28 0 57 4F 19 163 4D 2B
Octal 300 31 50 0 127 117 31 543 115 53
Binary 11000000 11001 101000 0 1010111 1001111 11001 101100011 1001101 101011

Color Harmonies of #C01928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01928

Black with #C01928

Text Example


Text Example

White with #C01928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01928; }

 p { color: rgb(192,25,40); }

 H1.HeaderClassName
 {
   color: #C01928;
 }
 .AnyTagClassName
 {
   color: #C01928;
 }
</style>

background-color css

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

 a { background-color: rgb(192,25,40); }

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

border-color css

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

 span { border-color: rgb(192,25,40); }

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