Html Css Color HEX #C52019 Fire Brick

📋 copy color: '#C52019'

red 197 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #C52019

Tints of Fire Brick #C52019

RGB

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

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

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

R = 77.56%
G = 12.6%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C52019 (or 0xC52019) is known color: Fire Brick. HEX triplet: C5, 20 and 19. RGB value is (197,32,25). Sum of RGB (Red+Green+Blue) = 197+32+25=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C52019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52019 is #3ADFE6. Grayscale: #505050. Windows color (decimal): -3858407 or 1646789. OLE color: 1646789.

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

Color convert

RGB 197 32 25 -
CMYK 0 0.84 0.87 0.23
HSL 2.44º 0.77% 0.44% -
HSV(B) 2.44º 0.87% 0.77% -
XYZ 23.72 12.97 2.17 -
YUV 80.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 197 32 25 0 0.84 0.87 0.23 2.44 0.77 0.44
Hex C5 20 19 0 54 57 17 2 4D 2C
Octal 305 40 31 0 124 127 27 2 115 54
Binary 11000101 100000 11001 0 1010100 1010111 10111 10 1001101 101100

Color Harmonies of #C52019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52019

Black with #C52019

Text Example


Text Example

White with #C52019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52019; }

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

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

background-color css

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

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

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

border-color css

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

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

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