Html Css Color HEX #C41711 Fire Brick

📋 copy color: '#C41711'

red 196 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #C41711

Tints of Fire Brick #C41711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

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

R = 83.05%
G = 9.75%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41711 (or 0xC41711) is known color: Fire Brick. HEX triplet: C4, 17 and 11. RGB value is (196,23,17). Sum of RGB (Red+Green+Blue) = 196+23+17=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C41711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41711 is #3BE8EE. Grayscale: #4A4A4A. Windows color (decimal): -3926255 or 1120196. OLE color: 1120196.

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

Color convert

RGB 196 23 17 -
CMYK 0 0.88 0.91 0.23
HSL 2.01º 0.84% 0.42% -
HSV(B) 2.01º 0.91% 0.77% -
XYZ 23.17 12.39 1.7 -
YUV 74.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 196 23 17 0 0.88 0.91 0.23 2.01 0.84 0.42
Hex C4 17 11 0 58 5B 17 2 54 2A
Octal 304 27 21 0 130 133 27 2 124 52
Binary 11000100 10111 10001 0 1011000 1011011 10111 10 1010100 101010

Color Harmonies of #C41711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41711

Black with #C41711

Text Example


Text Example

White with #C41711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41711; }

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

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

background-color css

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

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

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

border-color css

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

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

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