Html Css Color HEX #C71524 Fire Engine Red

📋 copy color: '#C71524'

red 199 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #C71524

Tints of Fire Engine Red #C71524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 77.73%
G = 8.2%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C71524 (or 0xC71524) is known color: Fire Engine Red. HEX triplet: C7, 15 and 24. RGB value is (199,21,36). Sum of RGB (Red+Green+Blue) = 199+21+36=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C71524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71524 is #38EADB. Grayscale: #4C4C4C. Windows color (decimal): -3730140 or 2364871. OLE color: 2364871.

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

Color convert

RGB 199 21 36 -
CMYK 0 0.89 0.82 0.22
HSL 354.94º 0.81% 0.43% -
HSV(B) 354.94º 0.89% 0.78% -
XYZ 24.14 12.81 2.87 -
YUV 75.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 199 21 36 0 0.89 0.82 0.22 354.94 0.81 0.43
Hex C7 15 24 0 59 52 16 163 51 2B
Octal 307 25 44 0 131 122 26 543 121 53
Binary 11000111 10101 100100 0 1011001 1010010 10110 101100011 1010001 101011

Color Harmonies of #C71524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71524

Black with #C71524

Text Example


Text Example

White with #C71524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71524; }

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

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

background-color css

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

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

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

border-color css

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

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

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