Html Css Color HEX #C00F28 Fire Engine Red

📋 copy color: '#C00F28'

red 192 ◦ green 15 ◦ blue 40

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

Shades of Fire Engine Red #C00F28

Tints of Fire Engine Red #C00F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

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

R = 77.73%
G = 6.07%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C00F28 (or 0xC00F28) is known color: Fire Engine Red. HEX triplet: C0, 0F and 28. RGB value is (192,15,40). Sum of RGB (Red+Green+Blue) = 192+15+40=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F28 is #3FF0D7. Grayscale: #464646. Windows color (decimal): -4190424 or 2625472. OLE color: 2625472.

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

Color convert

RGB 192 15 40 -
CMYK 0 0.92 0.79 0.25
HSL 351.53º 0.86% 0.41% -
HSV(B) 351.53º 0.92% 0.75% -
XYZ 22.29 11.7 3.09 -
YUV 70.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 192 15 40 0 0.92 0.79 0.25 351.53 0.86 0.41
Hex C0 F 28 0 5C 4F 19 160 56 29
Octal 300 17 50 0 134 117 31 540 126 51
Binary 11000000 1111 101000 0 1011100 1001111 11001 101100000 1010110 101001

Color Harmonies of #C00F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F28

Black with #C00F28

Text Example


Text Example

White with #C00F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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