Html Css Color HEX #C70E2C Fire Engine Red

📋 copy color: '#C70E2C'

red 199 ◦ green 14 ◦ blue 44

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

Shades of Fire Engine Red #C70E2C

Tints of Fire Engine Red #C70E2C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 77.43%
G = 5.45%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C70E2C (or 0xC70E2C) is known color: Fire Engine Red. HEX triplet: C7, 0E and 2C. RGB value is (199,14,44). Sum of RGB (Red+Green+Blue) = 199+14+44=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70E2C is #38F1D3. Grayscale: #484848. Windows color (decimal): -3731924 or 2887367. OLE color: 2887367.

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

Color convert

RGB 199 14 44 -
CMYK 0 0.93 0.78 0.22
HSL 350.27º 0.87% 0.42% -
HSV(B) 350.27º 0.93% 0.78% -
XYZ 24.16 12.64 3.55 -
YUV 72.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 199 14 44 0 0.93 0.78 0.22 350.27 0.87 0.42
Hex C7 E 2C 0 5D 4E 16 15E 57 2A
Octal 307 16 54 0 135 116 26 536 127 52
Binary 11000111 1110 101100 0 1011101 1001110 10110 101011110 1010111 101010

Color Harmonies of #C70E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E2C

Black with #C70E2C

Text Example


Text Example

White with #C70E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E2C; }

 p { color: rgb(199,14,44); }

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

background-color css

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

 a { background-color: rgb(199,14,44); }

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

border-color css

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

 span { border-color: rgb(199,14,44); }

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