Html Css Color HEX #C8072E Fire Engine Red

📋 copy color: '#C8072E'

red 200 ◦ green 7 ◦ blue 46

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

Shades of Fire Engine Red #C8072E

Tints of Fire Engine Red #C8072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 79.05%
G = 2.77%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8072E (or 0xC8072E) is known color: Fire Engine Red. HEX triplet: C8, 07 and 2E. RGB value is (200,7,46). Sum of RGB (Red+Green+Blue) = 200+7+46=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C8072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8072E is #37F8D1. Grayscale: #454545. Windows color (decimal): -3668178 or 3016648. OLE color: 3016648.

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

Color convert

RGB 200 7 46 -
CMYK 0 0.96 0.77 0.22
HSL 347.88º 0.93% 0.41% -
HSV(B) 347.88º 0.97% 0.78% -
XYZ 24.39 12.63 3.74 -
YUV 69.15 114.94 221.33 -
System Red Green Blue C M Y K H S L
Decimal 200 7 46 0 0.96 0.77 0.22 347.88 0.93 0.41
Hex C8 7 2E 0 60 4D 16 15C 5D 29
Octal 310 7 56 0 140 115 26 534 135 51
Binary 11001000 111 101110 0 1100000 1001101 10110 101011100 1011101 101001

Color Harmonies of #C8072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8072E

Black with #C8072E

Text Example


Text Example

White with #C8072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8072E; }

 p { color: rgb(200,7,46); }

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

background-color css

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

 a { background-color: rgb(200,7,46); }

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

border-color css

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

 span { border-color: rgb(200,7,46); }

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