Html Css Color HEX #C71F24 Fire Engine Red

📋 copy color: '#C71F24'

red 199 ◦ green 31 ◦ blue 36

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

Shades of Fire Engine Red #C71F24

Tints of Fire Engine Red #C71F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.65%

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

R = 74.81%
G = 11.65%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C71F24 (or 0xC71F24) is known color: Fire Engine Red. HEX triplet: C7, 1F and 24. RGB value is (199,31,36). Sum of RGB (Red+Green+Blue) = 199+31+36=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F24 is #38E0DB. Grayscale: #515151. Windows color (decimal): -3727580 or 2367431. OLE color: 2367431.

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

Color convert

RGB 199 31 36 -
CMYK 0 0.84 0.82 0.22
HSL 358.21º 0.73% 0.45% -
HSV(B) 358.21º 0.84% 0.78% -
XYZ 24.36 13.25 2.94 -
YUV 81.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 199 31 36 0 0.84 0.82 0.22 358.21 0.73 0.45
Hex C7 1F 24 0 54 52 16 166 49 2D
Octal 307 37 44 0 124 122 26 546 111 55
Binary 11000111 11111 100100 0 1010100 1010010 10110 101100110 1001001 101101

Color Harmonies of #C71F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F24

Black with #C71F24

Text Example


Text Example

White with #C71F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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