Html Css Color HEX #C52219 Fire Brick

📋 copy color: '#C52219'

red 197 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #C52219

Tints of Fire Brick #C52219

RGB

 RED value IS 197 (77.34% from 255) = 76.95%

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

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

R = 76.95%
G = 13.28%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C52219 (or 0xC52219) is known color: Fire Brick. HEX triplet: C5, 22 and 19. RGB value is (197,34,25). Sum of RGB (Red+Green+Blue) = 197+34+25=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C52219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52219 is #3ADDE6. Grayscale: #515151. Windows color (decimal): -3857895 or 1647301. OLE color: 1647301.

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

Color convert

RGB 197 34 25 -
CMYK 0 0.83 0.87 0.23
HSL 3.14º 0.77% 0.44% -
HSV(B) 3.14º 0.87% 0.77% -
XYZ 23.77 13.08 2.19 -
YUV 81.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 197 34 25 0 0.83 0.87 0.23 3.14 0.77 0.44
Hex C5 22 19 0 53 57 17 3 4D 2C
Octal 305 42 31 0 123 127 27 3 115 54
Binary 11000101 100010 11001 0 1010011 1010111 10111 11 1001101 101100

Color Harmonies of #C52219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52219

Black with #C52219

Text Example


Text Example

White with #C52219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52219; }

 p { color: rgb(197,34,25); }

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

background-color css

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

 a { background-color: rgb(197,34,25); }

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

border-color css

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

 span { border-color: rgb(197,34,25); }

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