Html Css Color HEX #C72528 Fire Engine Red

📋 copy color: '#C72528'

red 199 ◦ green 37 ◦ blue 40

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

Shades of Fire Engine Red #C72528

Tints of Fire Engine Red #C72528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 72.1%
G = 13.41%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C72528 (or 0xC72528) is known color: Fire Engine Red. HEX triplet: C7, 25 and 28. RGB value is (199,37,40). Sum of RGB (Red+Green+Blue) = 199+37+40=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C72528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72528 is #38DAD7. Grayscale: #555555. Windows color (decimal): -3726040 or 2631111. OLE color: 2631111.

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

Color convert

RGB 199 37 40 -
CMYK 0 0.81 0.80 0.22
HSL 358.89º 0.69% 0.46% -
HSV(B) 358.89º 0.81% 0.78% -
XYZ 24.6 13.62 3.34 -
YUV 85.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 199 37 40 0 0.81 0.80 0.22 358.89 0.69 0.46
Hex C7 25 28 0 51 50 16 167 45 2E
Octal 307 45 50 0 121 120 26 547 105 56
Binary 11000111 100101 101000 0 1010001 1010000 10110 101100111 1000101 101110

Color Harmonies of #C72528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72528

Black with #C72528

Text Example


Text Example

White with #C72528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72528; }

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

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

background-color css

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

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

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

border-color css

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

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

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