Html Css Color HEX #C72621 Fire Brick

📋 copy color: '#C72621'

red 199 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #C72621

Tints of Fire Brick #C72621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.07%

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

R = 73.7%
G = 14.07%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C72621 (or 0xC72621) is known color: Fire Brick. HEX triplet: C7, 26 and 21. RGB value is (199,38,33). Sum of RGB (Red+Green+Blue) = 199+38+33=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C72621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72621 is #38D9DE. Grayscale: #555555. Windows color (decimal): -3725791 or 2172615. OLE color: 2172615.

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

Color convert

RGB 199 38 33 -
CMYK 0 0.81 0.83 0.22
HSL 1.81º 0.72% 0.45% -
HSV(B) 1.81º 0.83% 0.78% -
XYZ 24.52 13.64 2.78 -
YUV 85.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 199 38 33 0 0.81 0.83 0.22 1.81 0.72 0.45
Hex C7 26 21 0 51 53 16 2 48 2D
Octal 307 46 41 0 121 123 26 2 110 55
Binary 11000111 100110 100001 0 1010001 1010011 10110 10 1001000 101101

Color Harmonies of #C72621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72621

Black with #C72621

Text Example


Text Example

White with #C72621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72621; }

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

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

background-color css

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

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

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

border-color css

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

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

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