Html Css Color HEX #C51C15 Fire Brick

📋 copy color: '#C51C15'

red 197 ◦ green 28 ◦ blue 21

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

Shades of Fire Brick #C51C15

Tints of Fire Brick #C51C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.38%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 80.08%
G = 11.38%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C51C15 (or 0xC51C15) is known color: Fire Brick. HEX triplet: C5, 1C and 15. RGB value is (197,28,21). Sum of RGB (Red+Green+Blue) = 197+28+21=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51C15 is #3AE3EA. Grayscale: #4D4D4D. Windows color (decimal): -3859435 or 1383621. OLE color: 1383621.

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

Color convert

RGB 197 28 21 -
CMYK 0 0.86 0.89 0.23
HSL 2.39º 0.81% 0.43% -
HSV(B) 2.39º 0.89% 0.77% -
XYZ 23.58 12.75 1.93 -
YUV 77.73 95.99 213.07 -
System Red Green Blue C M Y K H S L
Decimal 197 28 21 0 0.86 0.89 0.23 2.39 0.81 0.43
Hex C5 1C 15 0 56 59 17 2 51 2B
Octal 305 34 25 0 126 131 27 2 121 53
Binary 11000101 11100 10101 0 1010110 1011001 10111 10 1010001 101011

Color Harmonies of #C51C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C15

Black with #C51C15

Text Example


Text Example

White with #C51C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C15; }

 p { color: rgb(197,28,21); }

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

background-color css

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

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

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

border-color css

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

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

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