Html Css Color HEX #C51E19 Fire Brick

📋 copy color: '#C51E19'

red 197 ◦ green 30 ◦ blue 25

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

Shades of Fire Brick #C51E19

Tints of Fire Brick #C51E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 78.17%
G = 11.9%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C51E19 (or 0xC51E19) is known color: Fire Brick. HEX triplet: C5, 1E and 19. RGB value is (197,30,25). Sum of RGB (Red+Green+Blue) = 197+30+25=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51E19 is #3AE1E6. Grayscale: #4F4F4F. Windows color (decimal): -3858919 or 1646277. OLE color: 1646277.

HSL color Cylindrical-coordinate representation of color #C51E19: hue angle of 1.74º 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 #C51E19 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 30 25 -
CMYK 0 0.85 0.87 0.23
HSL 1.74º 0.77% 0.44% -
HSV(B) 1.74º 0.87% 0.77% -
XYZ 23.67 12.87 2.16 -
YUV 79.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 197 30 25 0 0.85 0.87 0.23 1.74 0.77 0.44
Hex C5 1E 19 0 55 57 17 2 4D 2C
Octal 305 36 31 0 125 127 27 2 115 54
Binary 11000101 11110 11001 0 1010101 1010111 10111 10 1001101 101100

Color Harmonies of #C51E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E19

Black with #C51E19

Text Example


Text Example

White with #C51E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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