Html Css Color HEX #C71522 Fire Engine Red

📋 copy color: '#C71522'

red 199 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #C71522

Tints of Fire Engine Red #C71522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 78.35%
G = 8.27%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C71522 (or 0xC71522) is known color: Fire Engine Red. HEX triplet: C7, 15 and 22. RGB value is (199,21,34). Sum of RGB (Red+Green+Blue) = 199+21+34=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C71522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71522 is #38EADD. Grayscale: #4B4B4B. Windows color (decimal): -3730142 or 2233799. OLE color: 2233799.

HSL color Cylindrical-coordinate representation of color #C71522: hue angle of 355.62º 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 #C71522 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 34 -
CMYK 0 0.89 0.83 0.22
HSL 355.62º 0.81% 0.43% -
HSV(B) 355.62º 0.89% 0.78% -
XYZ 24.11 12.79 2.71 -
YUV 75.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 199 21 34 0 0.89 0.83 0.22 355.62 0.81 0.43
Hex C7 15 22 0 59 53 16 164 51 2B
Octal 307 25 42 0 131 123 26 544 121 53
Binary 11000111 10101 100010 0 1011001 1010011 10110 101100100 1010001 101011

Color Harmonies of #C71522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71522

Black with #C71522

Text Example


Text Example

White with #C71522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71522; }

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

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

background-color css

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

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

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

border-color css

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

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

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