Html Css Color HEX #C11A16 Fire Brick

📋 copy color: '#C11A16'

red 193 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #C11A16

Tints of Fire Brick #C11A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 80.08%
G = 10.79%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C11A16 (or 0xC11A16) is known color: Fire Brick. HEX triplet: C1, 1A and 16. RGB value is (193,26,22). Sum of RGB (Red+Green+Blue) = 193+26+22=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A16 is #3EE5E9. Grayscale: #4B4B4B. Windows color (decimal): -4122090 or 1448641. OLE color: 1448641.

HSL color Cylindrical-coordinate representation of color #C11A16: hue angle of 1.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11A16 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 26 22 -
CMYK 0 0.87 0.89 0.24
HSL 1.4º 0.8% 0.42% -
HSV(B) 1.4º 0.89% 0.76% -
XYZ 22.51 12.13 1.91 -
YUV 75.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 193 26 22 0 0.87 0.89 0.24 1.4 0.8 0.42
Hex C1 1A 16 0 57 59 18 1 50 2A
Octal 301 32 26 0 127 131 30 1 120 52
Binary 11000001 11010 10110 0 1010111 1011001 11000 1 1010000 101010

Color Harmonies of #C11A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A16

Black with #C11A16

Text Example


Text Example

White with #C11A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A16; }

 p { color: rgb(193,26,22); }

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

background-color css

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

 a { background-color: rgb(193,26,22); }

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

border-color css

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

 span { border-color: rgb(193,26,22); }

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