Html Css Color HEX #C11D10 Fire Brick

📋 copy color: '#C11D10'

red 193 ◦ green 29 ◦ blue 16

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

Shades of Fire Brick #C11D10

Tints of Fire Brick #C11D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 81.09%
G = 12.18%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C11D10 (or 0xC11D10) is known color: Fire Brick. HEX triplet: C1, 1D and 10. RGB value is (193,29,16). Sum of RGB (Red+Green+Blue) = 193+29+16=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D10 is #3EE2EF. Grayscale: #4C4C4C. Windows color (decimal): -4121328 or 1056193. OLE color: 1056193.

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

Color convert

RGB 193 29 16 -
CMYK 0 0.85 0.92 0.24
HSL 4.41º 0.85% 0.41% -
HSV(B) 4.41º 0.92% 0.76% -
XYZ 22.53 12.25 1.67 -
YUV 76.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 193 29 16 0 0.85 0.92 0.24 4.41 0.85 0.41
Hex C1 1D 10 0 55 5C 18 4 55 29
Octal 301 35 20 0 125 134 30 4 125 51
Binary 11000001 11101 10000 0 1010101 1011100 11000 100 1010101 101001

Color Harmonies of #C11D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D10

Black with #C11D10

Text Example


Text Example

White with #C11D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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