Html Css Color HEX #C11810 Fire Brick

📋 copy color: '#C11810'

red 193 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #C11810

Tints of Fire Brick #C11810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 82.83%
G = 10.3%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C11810 (or 0xC11810) is known color: Fire Brick. HEX triplet: C1, 18 and 10. RGB value is (193,24,16). Sum of RGB (Red+Green+Blue) = 193+24+16=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C11810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11810 is #3EE7EF. Grayscale: #494949. Windows color (decimal): -4122608 or 1054913. OLE color: 1054913.

HSL color Cylindrical-coordinate representation of color #C11810: hue angle of 2.71º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11810 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 16 -
CMYK 0 0.88 0.92 0.24
HSL 2.71º 0.85% 0.41% -
HSV(B) 2.71º 0.92% 0.76% -
XYZ 22.41 12.03 1.63 -
YUV 73.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 193 24 16 0 0.88 0.92 0.24 2.71 0.85 0.41
Hex C1 18 10 0 58 5C 18 3 55 29
Octal 301 30 20 0 130 134 30 3 125 51
Binary 11000001 11000 10000 0 1011000 1011100 11000 11 1010101 101001

Color Harmonies of #C11810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11810

Black with #C11810

Text Example


Text Example

White with #C11810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11810; }

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

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

background-color css

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

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

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

border-color css

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

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

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