Html Css Color HEX #C11816 Fire Brick

📋 copy color: '#C11816'

red 193 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #C11816

Tints of Fire Brick #C11816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 80.75%
G = 10.04%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C11816 (or 0xC11816) is known color: Fire Brick. HEX triplet: C1, 18 and 16. RGB value is (193,24,22). Sum of RGB (Red+Green+Blue) = 193+24+22=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C11816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11816 is #3EE7E9. Grayscale: #4A4A4A. Windows color (decimal): -4122602 or 1448129. OLE color: 1448129.

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

Color convert

RGB 193 24 22 -
CMYK 0 0.88 0.89 0.24
HSL 0.7º 0.8% 0.42% -
HSV(B) 0.7º 0.89% 0.76% -
XYZ 22.46 12.05 1.9 -
YUV 74.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 193 24 22 0 0.88 0.89 0.24 0.7 0.8 0.42
Hex C1 18 16 0 58 59 18 1 50 2A
Octal 301 30 26 0 130 131 30 1 120 52
Binary 11000001 11000 10110 0 1011000 1011001 11000 1 1010000 101010

Color Harmonies of #C11816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11816

Black with #C11816

Text Example


Text Example

White with #C11816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11816; }

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

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

background-color css

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

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

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

border-color css

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

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

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