Html Css Color HEX #C41E16 Fire Brick

📋 copy color: '#C41E16'

red 196 ◦ green 30 ◦ blue 22

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

Shades of Fire Brick #C41E16

Tints of Fire Brick #C41E16

RGB

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

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

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

R = 79.03%
G = 12.1%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C41E16 (or 0xC41E16) is known color: Fire Brick. HEX triplet: C4, 1E and 16. RGB value is (196,30,22). Sum of RGB (Red+Green+Blue) = 196+30+22=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41E16 is #3BE1E9. Grayscale: #4E4E4E. Windows color (decimal): -3924458 or 1449668. OLE color: 1449668.

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

Color convert

RGB 196 30 22 -
CMYK 0 0.85 0.89 0.23
HSL 2.76º 0.8% 0.43% -
HSV(B) 2.76º 0.89% 0.77% -
XYZ 23.37 12.72 1.98 -
YUV 78.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 196 30 22 0 0.85 0.89 0.23 2.76 0.8 0.43
Hex C4 1E 16 0 55 59 17 3 50 2B
Octal 304 36 26 0 125 131 27 3 120 53
Binary 11000100 11110 10110 0 1010101 1011001 10111 11 1010000 101011

Color Harmonies of #C41E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E16

Black with #C41E16

Text Example


Text Example

White with #C41E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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