Html Css Color HEX #C72221 Fire Brick

📋 copy color: '#C72221'

red 199 ◦ green 34 ◦ blue 33

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

Shades of Fire Brick #C72221

Tints of Fire Brick #C72221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 74.81%
G = 12.78%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C72221 (or 0xC72221) is known color: Fire Brick. HEX triplet: C7, 22 and 21. RGB value is (199,34,33). Sum of RGB (Red+Green+Blue) = 199+34+33=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C72221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72221 is #38DDDE. Grayscale: #535353. Windows color (decimal): -3726815 or 2171591. OLE color: 2171591.

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

Color convert

RGB 199 34 33 -
CMYK 0 0.83 0.83 0.22
HSL 0.36º 0.72% 0.45% -
HSV(B) 0.36º 0.83% 0.78% -
XYZ 24.4 13.4 2.74 -
YUV 83.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 199 34 33 0 0.83 0.83 0.22 0.36 0.72 0.45
Hex C7 22 21 0 53 53 16 0 48 2D
Octal 307 42 41 0 123 123 26 0 110 55
Binary 11000111 100010 100001 0 1010011 1010011 10110 0 1001000 101101

Color Harmonies of #C72221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72221

Black with #C72221

Text Example


Text Example

White with #C72221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72221; }

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

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

background-color css

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

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

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

border-color css

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

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

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