Html Css Color HEX #C51811 Fire Brick

📋 copy color: '#C51811'

red 197 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #C51811

Tints of Fire Brick #C51811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 82.77%
G = 10.08%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C51811 (or 0xC51811) is known color: Fire Brick. HEX triplet: C5, 18 and 11. RGB value is (197,24,17). Sum of RGB (Red+Green+Blue) = 197+24+17=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C51811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51811 is #3AE7EE. Grayscale: #4B4B4B. Windows color (decimal): -3860463 or 1120453. OLE color: 1120453.

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

Color convert

RGB 197 24 17 -
CMYK 0 0.88 0.91 0.23
HSL 2.33º 0.84% 0.42% -
HSV(B) 2.33º 0.91% 0.77% -
XYZ 23.45 12.56 1.72 -
YUV 74.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 197 24 17 0 0.88 0.91 0.23 2.33 0.84 0.42
Hex C5 18 11 0 58 5B 17 2 54 2A
Octal 305 30 21 0 130 133 27 2 124 52
Binary 11000101 11000 10001 0 1011000 1011011 10111 10 1010100 101010

Color Harmonies of #C51811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51811

Black with #C51811

Text Example


Text Example

White with #C51811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51811; }

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

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

background-color css

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

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

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

border-color css

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

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

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