Html Css Color HEX #C72520 Fire Brick

📋 copy color: '#C72520'

red 199 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #C72520

Tints of Fire Brick #C72520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 74.25%
G = 13.81%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C72520 (or 0xC72520) is known color: Fire Brick. HEX triplet: C7, 25 and 20. RGB value is (199,37,32). Sum of RGB (Red+Green+Blue) = 199+37+32=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C72520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72520 is #38DADF. Grayscale: #555555. Windows color (decimal): -3726048 or 2106823. OLE color: 2106823.

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

Color convert

RGB 199 37 32 -
CMYK 0 0.81 0.84 0.22
HSL 1.8º 0.72% 0.45% -
HSV(B) 1.8º 0.84% 0.78% -
XYZ 24.48 13.57 2.7 -
YUV 84.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 199 37 32 0 0.81 0.84 0.22 1.8 0.72 0.45
Hex C7 25 20 0 51 54 16 2 48 2D
Octal 307 45 40 0 121 124 26 2 110 55
Binary 11000111 100101 100000 0 1010001 1010100 10110 10 1001000 101101

Color Harmonies of #C72520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72520

Black with #C72520

Text Example


Text Example

White with #C72520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72520; }

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

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

background-color css

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

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

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

border-color css

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

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

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