Html Css Color HEX #C51919 Fire Brick

📋 copy color: '#C51919'

red 197 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #C51919

Tints of Fire Brick #C51919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 79.76%
G = 10.12%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C51919 (or 0xC51919) is known color: Fire Brick. HEX triplet: C5, 19 and 19. RGB value is (197,25,25). Sum of RGB (Red+Green+Blue) = 197+25+25=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C51919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51919 is #3AE6E6. Grayscale: #4C4C4C. Windows color (decimal): -3860199 or 1644997. OLE color: 1644997.

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

Color convert

RGB 197 25 25 -
CMYK 0 0.87 0.87 0.23
HSL 0.77% 0.44% -
HSV(B) 0.87% 0.77% -
XYZ 23.55 12.64 2.12 -
YUV 76.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 197 25 25 0 0.87 0.87 0.23 0 0.77 0.44
Hex C5 19 19 0 57 57 17 0 4D 2C
Octal 305 31 31 0 127 127 27 0 115 54
Binary 11000101 11001 11001 0 1010111 1010111 10111 0 1001101 101100

Color Harmonies of #C51919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51919

Black with #C51919

Text Example


Text Example

White with #C51919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51919; }

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

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

background-color css

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

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

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

border-color css

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

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

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