Html Css Color HEX #C8072B Fire Engine Red

📋 copy color: '#C8072B'

red 200 ◦ green 7 ◦ blue 43

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

Shades of Fire Engine Red #C8072B

Tints of Fire Engine Red #C8072B

RGB

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

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

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

R = 80%
G = 2.8%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8072B (or 0xC8072B) is known color: Fire Engine Red. HEX triplet: C8, 07 and 2B. RGB value is (200,7,43). Sum of RGB (Red+Green+Blue) = 200+7+43=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8072B is #37F8D4. Grayscale: #444444. Windows color (decimal): -3668181 or 2820040. OLE color: 2820040.

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

Color convert

RGB 200 7 43 -
CMYK 0 0.96 0.78 0.22
HSL 348.81º 0.93% 0.41% -
HSV(B) 348.81º 0.97% 0.78% -
XYZ 24.33 12.61 3.44 -
YUV 68.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 200 7 43 0 0.96 0.78 0.22 348.81 0.93 0.41
Hex C8 7 2B 0 60 4E 16 15D 5D 29
Octal 310 7 53 0 140 116 26 535 135 51
Binary 11001000 111 101011 0 1100000 1001110 10110 101011101 1011101 101001

Color Harmonies of #C8072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8072B

Black with #C8072B

Text Example


Text Example

White with #C8072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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