Html Css Color HEX #C51818 Fire Brick

📋 copy color: '#C51818'

red 197 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #C51818

Tints of Fire Brick #C51818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 80.41%
G = 9.8%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C51818 (or 0xC51818) is known color: Fire Brick. HEX triplet: C5, 18 and 18. RGB value is (197,24,24). Sum of RGB (Red+Green+Blue) = 197+24+24=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C51818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51818 is #3AE7E7. Grayscale: #4B4B4B. Windows color (decimal): -3860456 or 1579205. OLE color: 1579205.

HSL color Cylindrical-coordinate representation of color #C51818: hue angle of 0º degrees, saturation: 0.78, 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 #C51818 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 24 -
CMYK 0 0.88 0.88 0.23
HSL 0.78% 0.43% -
HSV(B) 0.88% 0.77% -
XYZ 23.52 12.59 2.05 -
YUV 75.73 98.81 214.5 -
System Red Green Blue C M Y K H S L
Decimal 197 24 24 0 0.88 0.88 0.23 0 0.78 0.43
Hex C5 18 18 0 58 58 17 0 4E 2B
Octal 305 30 30 0 130 130 27 0 116 53
Binary 11000101 11000 11000 0 1011000 1011000 10111 0 1001110 101011

Color Harmonies of #C51818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51818

Black with #C51818

Text Example


Text Example

White with #C51818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51818; }

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

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

background-color css

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

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

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

border-color css

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

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

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