Html Css Color HEX #C8042F Fire Engine Red

📋 copy color: '#C8042F'

red 200 ◦ green 4 ◦ blue 47

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

Shades of Fire Engine Red #C8042F

Tints of Fire Engine Red #C8042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 79.68%
G = 1.59%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8042F (or 0xC8042F) is known color: Fire Engine Red. HEX triplet: C8, 04 and 2F. RGB value is (200,4,47). Sum of RGB (Red+Green+Blue) = 200+4+47=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8042F is #37FBD0. Grayscale: #434343. Windows color (decimal): -3668945 or 3081416. OLE color: 3081416.

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

Color convert

RGB 200 4 47 -
CMYK 0 0.98 0.76 0.22
HSL 346.84º 0.96% 0.4% -
HSV(B) 346.84º 0.98% 0.78% -
XYZ 24.38 12.57 3.83 -
YUV 67.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 200 4 47 0 0.98 0.76 0.22 346.84 0.96 0.4
Hex C8 4 2F 0 62 4C 16 15B 60 28
Octal 310 4 57 0 142 114 26 533 140 50
Binary 11001000 100 101111 0 1100010 1001100 10110 101011011 1100000 101000

Color Harmonies of #C8042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8042F

Black with #C8042F

Text Example


Text Example

White with #C8042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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