Html Css Color HEX #C72028 Fire Engine Red

📋 copy color: '#C72028'

red 199 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #C72028

Tints of Fire Engine Red #C72028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

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

R = 73.43%
G = 11.81%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C72028 (or 0xC72028) is known color: Fire Engine Red. HEX triplet: C7, 20 and 28. RGB value is (199,32,40). Sum of RGB (Red+Green+Blue) = 199+32+40=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C72028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72028 is #38DFD7. Grayscale: #525252. Windows color (decimal): -3727320 or 2629831. OLE color: 2629831.

HSL color Cylindrical-coordinate representation of color #C72028: hue angle of 357.13º degrees, saturation: 0.72, 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 #C72028 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 40 -
CMYK 0 0.84 0.80 0.22
HSL 357.13º 0.72% 0.45% -
HSV(B) 357.13º 0.84% 0.78% -
XYZ 24.45 13.33 3.29 -
YUV 82.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 199 32 40 0 0.84 0.80 0.22 357.13 0.72 0.45
Hex C7 20 28 0 54 50 16 165 48 2D
Octal 307 40 50 0 124 120 26 545 110 55
Binary 11000111 100000 101000 0 1010100 1010000 10110 101100101 1001000 101101

Color Harmonies of #C72028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72028

Black with #C72028

Text Example


Text Example

White with #C72028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72028; }

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

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

background-color css

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

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

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

border-color css

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

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

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