Html Css Color HEX #C71E24 Fire Engine Red

📋 copy color: '#C71E24'

red 199 ◦ green 30 ◦ blue 36

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

Shades of Fire Engine Red #C71E24

Tints of Fire Engine Red #C71E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.32%

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

R = 75.09%
G = 11.32%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C71E24 (or 0xC71E24) is known color: Fire Engine Red. HEX triplet: C7, 1E and 24. RGB value is (199,30,36). Sum of RGB (Red+Green+Blue) = 199+30+36=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E24 is #38E1DB. Grayscale: #515151. Windows color (decimal): -3727836 or 2367175. OLE color: 2367175.

HSL color Cylindrical-coordinate representation of color #C71E24: hue angle of 357.87º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E24 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 36 -
CMYK 0 0.85 0.82 0.22
HSL 357.87º 0.74% 0.45% -
HSV(B) 357.87º 0.85% 0.78% -
XYZ 24.34 13.2 2.93 -
YUV 81.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 199 30 36 0 0.85 0.82 0.22 357.87 0.74 0.45
Hex C7 1E 24 0 55 52 16 166 4A 2D
Octal 307 36 44 0 125 122 26 546 112 55
Binary 11000111 11110 100100 0 1010101 1010010 10110 101100110 1001010 101101

Color Harmonies of #C71E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E24

Black with #C71E24

Text Example


Text Example

White with #C71E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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