Html Css Color HEX #C51C19 Fire Brick

📋 copy color: '#C51C19'

red 197 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #C51C19

Tints of Fire Brick #C51C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 78.8%
G = 11.2%
B = 10%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C51C19 (or 0xC51C19) is known color: Fire Brick. HEX triplet: C5, 1C and 19. RGB value is (197,28,25). Sum of RGB (Red+Green+Blue) = 197+28+25=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51C19 is #3AE3E6. Grayscale: #4E4E4E. Windows color (decimal): -3859431 or 1645765. OLE color: 1645765.

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

Color convert

RGB 197 28 25 -
CMYK 0 0.86 0.87 0.23
HSL 1.05º 0.77% 0.44% -
HSV(B) 1.05º 0.87% 0.77% -
XYZ 23.62 12.77 2.14 -
YUV 78.19 97.99 212.74 -
System Red Green Blue C M Y K H S L
Decimal 197 28 25 0 0.86 0.87 0.23 1.05 0.77 0.44
Hex C5 1C 19 0 56 57 17 1 4D 2C
Octal 305 34 31 0 126 127 27 1 115 54
Binary 11000101 11100 11001 0 1010110 1010111 10111 1 1001101 101100

Color Harmonies of #C51C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C19

Black with #C51C19

Text Example


Text Example

White with #C51C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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