Html Css Color HEX #C41F16 Fire Brick

📋 copy color: '#C41F16'

red 196 ◦ green 31 ◦ blue 22

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

Shades of Fire Brick #C41F16

Tints of Fire Brick #C41F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.45%

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

R = 78.71%
G = 12.45%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C41F16 (or 0xC41F16) is known color: Fire Brick. HEX triplet: C4, 1F and 16. RGB value is (196,31,22). Sum of RGB (Red+Green+Blue) = 196+31+22=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41F16 is #3BE0E9. Grayscale: #4F4F4F. Windows color (decimal): -3924202 or 1449924. OLE color: 1449924.

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

Color convert

RGB 196 31 22 -
CMYK 0 0.84 0.89 0.23
HSL 3.1º 0.8% 0.43% -
HSV(B) 3.1º 0.89% 0.77% -
XYZ 23.4 12.77 1.99 -
YUV 79.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 196 31 22 0 0.84 0.89 0.23 3.1 0.8 0.43
Hex C4 1F 16 0 54 59 17 3 50 2B
Octal 304 37 26 0 124 131 27 3 120 53
Binary 11000100 11111 10110 0 1010100 1011001 10111 11 1010000 101011

Color Harmonies of #C41F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F16

Black with #C41F16

Text Example


Text Example

White with #C41F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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