Html Css Color HEX #C51813 Fire Brick

📋 copy color: '#C51813'

red 197 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #C51813

Tints of Fire Brick #C51813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 82.08%
G = 10%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C51813 (or 0xC51813) is known color: Fire Brick. HEX triplet: C5, 18 and 13. RGB value is (197,24,19). Sum of RGB (Red+Green+Blue) = 197+24+19=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C51813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51813 is #3AE7EC. Grayscale: #4B4B4B. Windows color (decimal): -3860461 or 1251525. OLE color: 1251525.

HSL color Cylindrical-coordinate representation of color #C51813: hue angle of 1.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51813 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 19 -
CMYK 0 0.88 0.90 0.23
HSL 1.69º 0.82% 0.42% -
HSV(B) 1.69º 0.9% 0.77% -
XYZ 23.47 12.57 1.81 -
YUV 75.16 96.31 214.91 -
System Red Green Blue C M Y K H S L
Decimal 197 24 19 0 0.88 0.90 0.23 1.69 0.82 0.42
Hex C5 18 13 0 58 5A 17 2 52 2A
Octal 305 30 23 0 130 132 27 2 122 52
Binary 11000101 11000 10011 0 1011000 1011010 10111 10 1010010 101010

Color Harmonies of #C51813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51813

Black with #C51813

Text Example


Text Example

White with #C51813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51813; }

 p { color: rgb(197,24,19); }

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

background-color css

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

 a { background-color: rgb(197,24,19); }

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

border-color css

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

 span { border-color: rgb(197,24,19); }

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