Html Css Color HEX #C51910 Fire Brick

📋 copy color: '#C51910'

red 197 ◦ green 25 ◦ blue 16

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

Shades of Fire Brick #C51910

Tints of Fire Brick #C51910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 82.77%
G = 10.5%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C51910 (or 0xC51910) is known color: Fire Brick. HEX triplet: C5, 19 and 10. RGB value is (197,25,16). Sum of RGB (Red+Green+Blue) = 197+25+16=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C51910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51910 is #3AE6EF. Grayscale: #4B4B4B. Windows color (decimal): -3860208 or 1055173. OLE color: 1055173.

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

Color convert

RGB 197 25 16 -
CMYK 0 0.87 0.92 0.23
HSL 2.98º 0.85% 0.42% -
HSV(B) 2.98º 0.92% 0.77% -
XYZ 23.47 12.6 1.69 -
YUV 75.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 197 25 16 0 0.87 0.92 0.23 2.98 0.85 0.42
Hex C5 19 10 0 57 5C 17 3 55 2A
Octal 305 31 20 0 127 134 27 3 125 52
Binary 11000101 11001 10000 0 1010111 1011100 10111 11 1010101 101010

Color Harmonies of #C51910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51910

Black with #C51910

Text Example


Text Example

White with #C51910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51910; }

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

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

background-color css

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

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

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

border-color css

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

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

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