Html Css Color HEX #C70829 Fire Engine Red

📋 copy color: '#C70829'

red 199 ◦ green 8 ◦ blue 41

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

Shades of Fire Engine Red #C70829

Tints of Fire Engine Red #C70829

RGB

 RED value IS 199 (78.13% from 255) = 80.24%

 GREEN value IS 8 (3.52% from 255) = 3.23%

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 80.24%
G = 3.23%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C70829 (or 0xC70829) is known color: Fire Engine Red. HEX triplet: C7, 08 and 29. RGB value is (199,8,41). Sum of RGB (Red+Green+Blue) = 199+8+41=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C70829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70829 is #38F7D6. Grayscale: #444444. Windows color (decimal): -3733463 or 2689223. OLE color: 2689223.

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

Color convert

RGB 199 8 41 -
CMYK 0 0.96 0.79 0.22
HSL 349.63º 0.92% 0.41% -
HSV(B) 349.63º 0.96% 0.78% -
XYZ 24.04 12.48 3.24 -
YUV 68.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 199 8 41 0 0.96 0.79 0.22 349.63 0.92 0.41
Hex C7 8 29 0 60 4F 16 15E 5C 29
Octal 307 10 51 0 140 117 26 536 134 51
Binary 11000111 1000 101001 0 1100000 1001111 10110 101011110 1011100 101001

Color Harmonies of #C70829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70829

Black with #C70829

Text Example


Text Example

White with #C70829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70829; }

 p { color: rgb(199,8,41); }

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

background-color css

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

 a { background-color: rgb(199,8,41); }

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

border-color css

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

 span { border-color: rgb(199,8,41); }

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