Html Css Color HEX #C8022F Fire Engine Red

📋 copy color: '#C8022F'

red 200 ◦ green 2 ◦ blue 47

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

Shades of Fire Engine Red #C8022F

Tints of Fire Engine Red #C8022F

RGB

 RED value IS 200 (78.52% from 255) = 80.32%

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 80.32%
G = 0.8%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8022F (or 0xC8022F) is known color: Fire Engine Red. HEX triplet: C8, 02 and 2F. RGB value is (200,2,47). Sum of RGB (Red+Green+Blue) = 200+2+47=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8022F is #37FDD0. Grayscale: #424242. Windows color (decimal): -3669457 or 3080904. OLE color: 3080904.

HSL color Cylindrical-coordinate representation of color #C8022F: hue angle of 346.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8022F is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 47 -
CMYK 0 0.99 0.76 0.22
HSL 346.36º 0.98% 0.4% -
HSV(B) 346.36º 0.99% 0.78% -
XYZ 24.35 12.53 3.82 -
YUV 66.33 117.1 223.34 -
System Red Green Blue C M Y K H S L
Decimal 200 2 47 0 0.99 0.76 0.22 346.36 0.98 0.4
Hex C8 2 2F 0 63 4C 16 15A 62 28
Octal 310 2 57 0 143 114 26 532 142 50
Binary 11001000 10 101111 0 1100011 1001100 10110 101011010 1100010 101000

Color Harmonies of #C8022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8022F

Black with #C8022F

Text Example


Text Example

White with #C8022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8022F; }

 p { color: rgb(200,2,47); }

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

background-color css

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

 a { background-color: rgb(200,2,47); }

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

border-color css

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

 span { border-color: rgb(200,2,47); }

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