Html Css Color HEX #C11615 Fire Brick

📋 copy color: '#C11615'

red 193 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #C11615

Tints of Fire Brick #C11615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 81.78%
G = 9.32%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C11615 (or 0xC11615) is known color: Fire Brick. HEX triplet: C1, 16 and 15. RGB value is (193,22,21). Sum of RGB (Red+Green+Blue) = 193+22+21=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C11615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11615 is #3EE9EA. Grayscale: #494949. Windows color (decimal): -4123115 or 1382081. OLE color: 1382081.

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

Color convert

RGB 193 22 21 -
CMYK 0 0.89 0.89 0.24
HSL 0.35º 0.8% 0.42% -
HSV(B) 0.35º 0.89% 0.76% -
XYZ 22.41 11.97 1.84 -
YUV 73.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 193 22 21 0 0.89 0.89 0.24 0.35 0.8 0.42
Hex C1 16 15 0 59 59 18 0 50 2A
Octal 301 26 25 0 131 131 30 0 120 52
Binary 11000001 10110 10101 0 1011001 1011001 11000 0 1010000 101010

Color Harmonies of #C11615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11615

Black with #C11615

Text Example


Text Example

White with #C11615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11615; }

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

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

background-color css

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

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

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

border-color css

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

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

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