Html Css Color HEX #C41916 Fire Brick

📋 copy color: '#C41916'

red 196 ◦ green 25 ◦ blue 22

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

Shades of Fire Brick #C41916

Tints of Fire Brick #C41916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 80.66%
G = 10.29%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C41916 (or 0xC41916) is known color: Fire Brick. HEX triplet: C4, 19 and 16. RGB value is (196,25,22). Sum of RGB (Red+Green+Blue) = 196+25+22=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C41916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41916 is #3BE6E9. Grayscale: #4B4B4B. Windows color (decimal): -3925738 or 1448388. OLE color: 1448388.

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

Color convert

RGB 196 25 22 -
CMYK 0 0.87 0.89 0.23
HSL 1.03º 0.8% 0.43% -
HSV(B) 1.03º 0.89% 0.77% -
XYZ 23.26 12.49 1.94 -
YUV 75.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 196 25 22 0 0.87 0.89 0.23 1.03 0.8 0.43
Hex C4 19 16 0 57 59 17 1 50 2B
Octal 304 31 26 0 127 131 27 1 120 53
Binary 11000100 11001 10110 0 1010111 1011001 10111 1 1010000 101011

Color Harmonies of #C41916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41916

Black with #C41916

Text Example


Text Example

White with #C41916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41916; }

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

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

background-color css

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

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

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

border-color css

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

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

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