Html Css Color HEX #C11D11 Fire Brick

📋 copy color: '#C11D11'

red 193 ◦ green 29 ◦ blue 17

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

Shades of Fire Brick #C11D11

Tints of Fire Brick #C11D11

RGB

 RED value IS 193 (75.78% from 255) = 80.75%

 GREEN value IS 29 (11.72% from 255) = 12.13%

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

R = 80.75%
G = 12.13%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11D11 (or 0xC11D11) is known color: Fire Brick. HEX triplet: C1, 1D and 11. RGB value is (193,29,17). Sum of RGB (Red+Green+Blue) = 193+29+17=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D11 is #3EE2EE. Grayscale: #4C4C4C. Windows color (decimal): -4121327 or 1121729. OLE color: 1121729.

HSL color Cylindrical-coordinate representation of color #C11D11: hue angle of 4.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11D11 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 29 17 -
CMYK 0 0.85 0.91 0.24
HSL 4.09º 0.84% 0.41% -
HSV(B) 4.09º 0.91% 0.76% -
XYZ 22.53 12.26 1.71 -
YUV 76.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 193 29 17 0 0.85 0.91 0.24 4.09 0.84 0.41
Hex C1 1D 11 0 55 5B 18 4 54 29
Octal 301 35 21 0 125 133 30 4 124 51
Binary 11000001 11101 10001 0 1010101 1011011 11000 100 1010100 101001

Color Harmonies of #C11D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D11

Black with #C11D11

Text Example


Text Example

White with #C11D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D11; }

 p { color: rgb(193,29,17); }

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

background-color css

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

 a { background-color: rgb(193,29,17); }

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

border-color css

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

 span { border-color: rgb(193,29,17); }

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