Html Css Color HEX #C11511 Fire Brick

📋 copy color: '#C11511'

red 193 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #C11511

Tints of Fire Brick #C11511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 83.55%
G = 9.09%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11511 (or 0xC11511) is known color: Fire Brick. HEX triplet: C1, 15 and 11. RGB value is (193,21,17). Sum of RGB (Red+Green+Blue) = 193+21+17=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C11511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11511 is #3EEAEE. Grayscale: #484848. Windows color (decimal): -4123375 or 1119681. OLE color: 1119681.

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

Color convert

RGB 193 21 17 -
CMYK 0 0.89 0.91 0.24
HSL 1.36º 0.84% 0.41% -
HSV(B) 1.36º 0.91% 0.76% -
XYZ 22.36 11.91 1.65 -
YUV 71.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 193 21 17 0 0.89 0.91 0.24 1.36 0.84 0.41
Hex C1 15 11 0 59 5B 18 1 54 29
Octal 301 25 21 0 131 133 30 1 124 51
Binary 11000001 10101 10001 0 1011001 1011011 11000 1 1010100 101001

Color Harmonies of #C11511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11511

Black with #C11511

Text Example


Text Example

White with #C11511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11511; }

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

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

background-color css

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

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

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

border-color css

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

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

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