Html Css Color HEX #C11E11 Fire Brick

📋 copy color: '#C11E11'

red 193 ◦ green 30 ◦ blue 17

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

Shades of Fire Brick #C11E11

Tints of Fire Brick #C11E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

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

R = 80.42%
G = 12.5%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11E11 (or 0xC11E11) is known color: Fire Brick. HEX triplet: C1, 1E and 11. RGB value is (193,30,17). Sum of RGB (Red+Green+Blue) = 193+30+17=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11E11 is #3EE1EE. Grayscale: #4D4D4D. Windows color (decimal): -4121071 or 1121985. OLE color: 1121985.

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

Color convert

RGB 193 30 17 -
CMYK 0 0.84 0.91 0.24
HSL 4.43º 0.84% 0.41% -
HSV(B) 4.43º 0.91% 0.76% -
XYZ 22.56 12.31 1.72 -
YUV 77.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 193 30 17 0 0.84 0.91 0.24 4.43 0.84 0.41
Hex C1 1E 11 0 54 5B 18 4 54 29
Octal 301 36 21 0 124 133 30 4 124 51
Binary 11000001 11110 10001 0 1010100 1011011 11000 100 1010100 101001

Color Harmonies of #C11E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E11

Black with #C11E11

Text Example


Text Example

White with #C11E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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