Html Css Color HEX #C41910 Fire Brick

📋 copy color: '#C41910'

red 196 ◦ green 25 ◦ blue 16

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

Shades of Fire Brick #C41910

Tints of Fire Brick #C41910

RGB

 RED value IS 196 (76.95% from 255) = 82.7%

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

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 82.7%
G = 10.55%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C41910 (or 0xC41910) is known color: Fire Brick. HEX triplet: C4, 19 and 10. RGB value is (196,25,16). Sum of RGB (Red+Green+Blue) = 196+25+16=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C41910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41910 is #3BE6EF. Grayscale: #4B4B4B. Windows color (decimal): -3925744 or 1055172. OLE color: 1055172.

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

Color convert

RGB 196 25 16 -
CMYK 0 0.87 0.92 0.23
HSL 0.85% 0.42% -
HSV(B) 0.92% 0.77% -
XYZ 23.21 12.47 1.67 -
YUV 75.1 94.65 214.23 -
System Red Green Blue C M Y K H S L
Decimal 196 25 16 0 0.87 0.92 0.23 3 0.85 0.42
Hex C4 19 10 0 57 5C 17 3 55 2A
Octal 304 31 20 0 127 134 27 3 125 52
Binary 11000100 11001 10000 0 1010111 1011100 10111 11 1010101 101010

Color Harmonies of #C41910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41910

Black with #C41910

Text Example


Text Example

White with #C41910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41910; }

 p { color: rgb(196,25,16); }

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

background-color css

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

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

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

border-color css

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

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

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