Html Css Color HEX #C41611 Fire Brick

📋 copy color: '#C41611'

red 196 ◦ green 22 ◦ blue 17

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

Shades of Fire Brick #C41611

Tints of Fire Brick #C41611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 17 (7.03% from 255) = 7.23%

R = 83.4%
G = 9.36%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41611 (or 0xC41611) is known color: Fire Brick. HEX triplet: C4, 16 and 11. RGB value is (196,22,17). Sum of RGB (Red+Green+Blue) = 196+22+17=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C41611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41611 is #3BE9EE. Grayscale: #494949. Windows color (decimal): -3926511 or 1119940. OLE color: 1119940.

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

Color convert

RGB 196 22 17 -
CMYK 0 0.89 0.91 0.23
HSL 1.68º 0.84% 0.42% -
HSV(B) 1.68º 0.91% 0.77% -
XYZ 23.15 12.35 1.69 -
YUV 73.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 196 22 17 0 0.89 0.91 0.23 1.68 0.84 0.42
Hex C4 16 11 0 59 5B 17 2 54 2A
Octal 304 26 21 0 131 133 27 2 124 52
Binary 11000100 10110 10001 0 1011001 1011011 10111 10 1010100 101010

Color Harmonies of #C41611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41611

Black with #C41611

Text Example


Text Example

White with #C41611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41611; }

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

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

background-color css

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

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

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

border-color css

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

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

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