Html Css Color HEX #C72019 Fire Brick

📋 copy color: '#C72019'

red 199 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #C72019

Tints of Fire Brick #C72019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 77.73%
G = 12.5%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C72019 (or 0xC72019) is known color: Fire Brick. HEX triplet: C7, 20 and 19. RGB value is (199,32,25). Sum of RGB (Red+Green+Blue) = 199+32+25=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C72019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72019 is #38DFE6. Grayscale: #515151. Windows color (decimal): -3727335 or 1646791. OLE color: 1646791.

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

Color convert

RGB 199 32 25 -
CMYK 0 0.84 0.87 0.22
HSL 2.41º 0.78% 0.44% -
HSV(B) 2.41º 0.87% 0.78% -
XYZ 24.25 13.25 2.2 -
YUV 81.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 199 32 25 0 0.84 0.87 0.22 2.41 0.78 0.44
Hex C7 20 19 0 54 57 16 2 4E 2C
Octal 307 40 31 0 124 127 26 2 116 54
Binary 11000111 100000 11001 0 1010100 1010111 10110 10 1001110 101100

Color Harmonies of #C72019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72019

Black with #C72019

Text Example


Text Example

White with #C72019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72019; }

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

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

background-color css

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

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

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

border-color css

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

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

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