Html Css Color HEX #C51916 Fire Brick

📋 copy color: '#C51916'

red 197 ◦ green 25 ◦ blue 22

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

Shades of Fire Brick #C51916

Tints of Fire Brick #C51916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

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

R = 80.74%
G = 10.25%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C51916 (or 0xC51916) is known color: Fire Brick. HEX triplet: C5, 19 and 16. RGB value is (197,25,22). Sum of RGB (Red+Green+Blue) = 197+25+22=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C51916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51916 is #3AE6E9. Grayscale: #4C4C4C. Windows color (decimal): -3860202 or 1448389. OLE color: 1448389.

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

Color convert

RGB 197 25 22 -
CMYK 0 0.87 0.89 0.23
HSL 1.03º 0.8% 0.43% -
HSV(B) 1.03º 0.89% 0.77% -
XYZ 23.52 12.62 1.96 -
YUV 76.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 197 25 22 0 0.87 0.89 0.23 1.03 0.8 0.43
Hex C5 19 16 0 57 59 17 1 50 2B
Octal 305 31 26 0 127 131 27 1 120 53
Binary 11000101 11001 10110 0 1010111 1011001 10111 1 1010000 101011

Color Harmonies of #C51916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51916

Black with #C51916

Text Example


Text Example

White with #C51916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51916; }

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

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

background-color css

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

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

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

border-color css

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

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

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