Html Css Color HEX #C51A17 Fire Brick

📋 copy color: '#C51A17'

red 197 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #C51A17

Tints of Fire Brick #C51A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 80.08%
G = 10.57%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C51A17 (or 0xC51A17) is known color: Fire Brick. HEX triplet: C5, 1A and 17. RGB value is (197,26,23). Sum of RGB (Red+Green+Blue) = 197+26+23=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51A17 is #3AE5E8. Grayscale: #4C4C4C. Windows color (decimal): -3859945 or 1514181. OLE color: 1514181.

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

Color convert

RGB 197 26 23 -
CMYK 0 0.87 0.88 0.23
HSL 1.03º 0.79% 0.43% -
HSV(B) 1.03º 0.88% 0.77% -
XYZ 23.55 12.67 2.02 -
YUV 76.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 197 26 23 0 0.87 0.88 0.23 1.03 0.79 0.43
Hex C5 1A 17 0 57 58 17 1 4F 2B
Octal 305 32 27 0 127 130 27 1 117 53
Binary 11000101 11010 10111 0 1010111 1011000 10111 1 1001111 101011

Color Harmonies of #C51A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A17

Black with #C51A17

Text Example


Text Example

White with #C51A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A17; }

 p { color: rgb(197,26,23); }

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

background-color css

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

 a { background-color: rgb(197,26,23); }

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

border-color css

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

 span { border-color: rgb(197,26,23); }

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