Html Css Color HEX #C72128 Fire Engine Red

📋 copy color: '#C72128'

red 199 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #C72128

Tints of Fire Engine Red #C72128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 73.16%
G = 12.13%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C72128 (or 0xC72128) is known color: Fire Engine Red. HEX triplet: C7, 21 and 28. RGB value is (199,33,40). Sum of RGB (Red+Green+Blue) = 199+33+40=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C72128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72128 is #38DED7. Grayscale: #535353. Windows color (decimal): -3727064 or 2630087. OLE color: 2630087.

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

Color convert

RGB 199 33 40 -
CMYK 0 0.83 0.80 0.22
HSL 357.47º 0.72% 0.45% -
HSV(B) 357.47º 0.83% 0.78% -
XYZ 24.48 13.38 3.3 -
YUV 83.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 199 33 40 0 0.83 0.80 0.22 357.47 0.72 0.45
Hex C7 21 28 0 53 50 16 165 48 2D
Octal 307 41 50 0 123 120 26 545 110 55
Binary 11000111 100001 101000 0 1010011 1010000 10110 101100101 1001000 101101

Color Harmonies of #C72128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72128

Black with #C72128

Text Example


Text Example

White with #C72128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72128; }

 p { color: rgb(199,33,40); }

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

background-color css

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

 a { background-color: rgb(199,33,40); }

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

border-color css

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

 span { border-color: rgb(199,33,40); }

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