Html Css Color HEX #C11811 Fire Brick

📋 copy color: '#C11811'

red 193 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #C11811

Tints of Fire Brick #C11811

RGB

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

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

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

R = 82.48%
G = 10.26%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11811 (or 0xC11811) is known color: Fire Brick. HEX triplet: C1, 18 and 11. RGB value is (193,24,17). Sum of RGB (Red+Green+Blue) = 193+24+17=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11811 is #3EE7EE. Grayscale: #494949. Windows color (decimal): -4122607 or 1120449. OLE color: 1120449.

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

Color convert

RGB 193 24 17 -
CMYK 0 0.88 0.91 0.24
HSL 2.39º 0.84% 0.41% -
HSV(B) 2.39º 0.91% 0.76% -
XYZ 22.42 12.03 1.67 -
YUV 73.73 95.99 213.07 -
System Red Green Blue C M Y K H S L
Decimal 193 24 17 0 0.88 0.91 0.24 2.39 0.84 0.41
Hex C1 18 11 0 58 5B 18 2 54 29
Octal 301 30 21 0 130 133 30 2 124 51
Binary 11000001 11000 10001 0 1011000 1011011 11000 10 1010100 101001

Color Harmonies of #C11811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11811

Black with #C11811

Text Example


Text Example

White with #C11811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11811; }

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

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

background-color css

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

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

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

border-color css

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

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

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