Html Css Color HEX #C41A16 Fire Brick

📋 copy color: '#C41A16'

red 196 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #C41A16

Tints of Fire Brick #C41A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.66%

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

R = 80.33%
G = 10.66%
B = 9.02%

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

#C41A16 (or 0xC41A16) is known color: Fire Brick. HEX triplet: C4, 1A and 16. RGB value is (196,26,22). Sum of RGB (Red+Green+Blue) = 196+26+22=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A16 is #3BE5E9. Grayscale: #4C4C4C. Windows color (decimal): -3925482 or 1448644. OLE color: 1448644.

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

Color convert

RGB 196 26 22 -
CMYK 0 0.87 0.89 0.23
HSL 1.38º 0.8% 0.43% -
HSV(B) 1.38º 0.89% 0.77% -
XYZ 23.28 12.53 1.95 -
YUV 76.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 196 26 22 0 0.87 0.89 0.23 1.38 0.8 0.43
Hex C4 1A 16 0 57 59 17 1 50 2B
Octal 304 32 26 0 127 131 27 1 120 53
Binary 11000100 11010 10110 0 1010111 1011001 10111 1 1010000 101011

Color Harmonies of #C41A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A16

Black with #C41A16

Text Example


Text Example

White with #C41A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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