Html Css Color HEX #C70D24 Fire Engine Red

📋 copy color: '#C70D24'

red 199 ◦ green 13 ◦ blue 36

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

Shades of Fire Engine Red #C70D24

Tints of Fire Engine Red #C70D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 80.24%
G = 5.24%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C70D24 (or 0xC70D24) is known color: Fire Engine Red. HEX triplet: C7, 0D and 24. RGB value is (199,13,36). Sum of RGB (Red+Green+Blue) = 199+13+36=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D24 is #38F2DB. Grayscale: #474747. Windows color (decimal): -3732188 or 2362823. OLE color: 2362823.

HSL color Cylindrical-coordinate representation of color #C70D24: hue angle of 352.58º degrees, saturation: 0.88, 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 #C70D24 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 36 -
CMYK 0 0.93 0.82 0.22
HSL 352.58º 0.88% 0.42% -
HSV(B) 352.58º 0.93% 0.78% -
XYZ 24.02 12.56 2.83 -
YUV 71.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 199 13 36 0 0.93 0.82 0.22 352.58 0.88 0.42
Hex C7 D 24 0 5D 52 16 161 58 2A
Octal 307 15 44 0 135 122 26 541 130 52
Binary 11000111 1101 100100 0 1011101 1010010 10110 101100001 1011000 101010

Color Harmonies of #C70D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D24

Black with #C70D24

Text Example


Text Example

White with #C70D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D24; }

 p { color: rgb(199,13,36); }

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

background-color css

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

 a { background-color: rgb(199,13,36); }

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

border-color css

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

 span { border-color: rgb(199,13,36); }

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