Html Css Color HEX #C00A2B Fire Engine Red

📋 copy color: '#C00A2B'

red 192 ◦ green 10 ◦ blue 43

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

Shades of Fire Engine Red #C00A2B

Tints of Fire Engine Red #C00A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 78.37%
G = 4.08%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C00A2B (or 0xC00A2B) is known color: Fire Engine Red. HEX triplet: C0, 0A and 2B. RGB value is (192,10,43). Sum of RGB (Red+Green+Blue) = 192+10+43=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A2B is #3FF5D4. Grayscale: #444444. Windows color (decimal): -4191701 or 2820800. OLE color: 2820800.

HSL color Cylindrical-coordinate representation of color #C00A2B: hue angle of 349.12º 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 #C00A2B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 43 -
CMYK 0 0.95 0.78 0.25
HSL 349.12º 0.9% 0.4% -
HSV(B) 349.12º 0.95% 0.75% -
XYZ 22.28 11.6 3.35 -
YUV 68.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 192 10 43 0 0.95 0.78 0.25 349.12 0.9 0.4
Hex C0 A 2B 0 5F 4E 19 15D 5A 28
Octal 300 12 53 0 137 116 31 535 132 50
Binary 11000000 1010 101011 0 1011111 1001110 11001 101011101 1011010 101000

Color Harmonies of #C00A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A2B

Black with #C00A2B

Text Example


Text Example

White with #C00A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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