Html Css Color HEX #C52016 Fire Brick

📋 copy color: '#C52016'

red 197 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #C52016

Tints of Fire Brick #C52016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 78.49%
G = 12.75%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C52016 (or 0xC52016) is known color: Fire Brick. HEX triplet: C5, 20 and 16. RGB value is (197,32,22). Sum of RGB (Red+Green+Blue) = 197+32+22=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C52016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52016 is #3ADFE9. Grayscale: #505050. Windows color (decimal): -3858410 or 1450181. OLE color: 1450181.

HSL color Cylindrical-coordinate representation of color #C52016: hue angle of 3.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C52016 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 22 -
CMYK 0 0.84 0.89 0.23
HSL 3.43º 0.8% 0.43% -
HSV(B) 3.43º 0.89% 0.77% -
XYZ 23.69 12.96 2.01 -
YUV 80.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 197 32 22 0 0.84 0.89 0.23 3.43 0.8 0.43
Hex C5 20 16 0 54 59 17 3 50 2B
Octal 305 40 26 0 124 131 27 3 120 53
Binary 11000101 100000 10110 0 1010100 1011001 10111 11 1010000 101011

Color Harmonies of #C52016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52016

Black with #C52016

Text Example


Text Example

White with #C52016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52016; }

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

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

background-color css

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

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

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

border-color css

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

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

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