Html Css Color HEX #C00A28 Fire Engine Red

📋 copy color: '#C00A28'

red 192 ◦ green 10 ◦ blue 40

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

Shades of Fire Engine Red #C00A28

Tints of Fire Engine Red #C00A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.13%

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

R = 79.34%
G = 4.13%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C00A28 (or 0xC00A28) is known color: Fire Engine Red. HEX triplet: C0, 0A and 28. RGB value is (192,10,40). Sum of RGB (Red+Green+Blue) = 192+10+40=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A28 is #3FF5D7. Grayscale: #434343. Windows color (decimal): -4191704 or 2624192. OLE color: 2624192.

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

Color convert

RGB 192 10 40 -
CMYK 0 0.95 0.79 0.25
HSL 350.11º 0.9% 0.4% -
HSV(B) 350.11º 0.95% 0.75% -
XYZ 22.23 11.58 3.07 -
YUV 67.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 192 10 40 0 0.95 0.79 0.25 350.11 0.9 0.4
Hex C0 A 28 0 5F 4F 19 15E 5A 28
Octal 300 12 50 0 137 117 31 536 132 50
Binary 11000000 1010 101000 0 1011111 1001111 11001 101011110 1011010 101000

Color Harmonies of #C00A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A28

Black with #C00A28

Text Example


Text Example

White with #C00A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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