Html Css Color HEX #C72424 Fire Brick

📋 copy color: '#C72424'

red 199 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #C72424

Tints of Fire Brick #C72424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 73.43%
G = 13.28%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C72424 (or 0xC72424) is known color: Fire Brick. HEX triplet: C7, 24 and 24. RGB value is (199,36,36). Sum of RGB (Red+Green+Blue) = 199+36+36=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C72424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72424 is #38DBDB. Grayscale: #545454. Windows color (decimal): -3726300 or 2368711. OLE color: 2368711.

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

Color convert

RGB 199 36 36 -
CMYK 0 0.82 0.82 0.22
HSL 0.69% 0.46% -
HSV(B) 0.82% 0.78% -
XYZ 24.5 13.53 2.99 -
YUV 84.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 199 36 36 0 0.82 0.82 0.22 0 0.69 0.46
Hex C7 24 24 0 52 52 16 0 45 2E
Octal 307 44 44 0 122 122 26 0 105 56
Binary 11000111 100100 100100 0 1010010 1010010 10110 0 1000101 101110

Color Harmonies of #C72424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72424

Black with #C72424

Text Example


Text Example

White with #C72424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72424; }

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

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

background-color css

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

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

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

border-color css

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

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

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