Html Css Color HEX #C11910 Fire Brick

📋 copy color: '#C11910'

red 193 ◦ green 25 ◦ blue 16

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

Shades of Fire Brick #C11910

Tints of Fire Brick #C11910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

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

R = 82.48%
G = 10.68%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C11910 (or 0xC11910) is known color: Fire Brick. HEX triplet: C1, 19 and 10. RGB value is (193,25,16). Sum of RGB (Red+Green+Blue) = 193+25+16=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11910 is #3EE6EF. Grayscale: #4A4A4A. Windows color (decimal): -4122352 or 1055169. OLE color: 1055169.

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

Color convert

RGB 193 25 16 -
CMYK 0 0.87 0.92 0.24
HSL 3.05º 0.85% 0.41% -
HSV(B) 3.05º 0.92% 0.76% -
XYZ 22.43 12.07 1.64 -
YUV 74.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 193 25 16 0 0.87 0.92 0.24 3.05 0.85 0.41
Hex C1 19 10 0 57 5C 18 3 55 29
Octal 301 31 20 0 127 134 30 3 125 51
Binary 11000001 11001 10000 0 1010111 1011100 11000 11 1010101 101001

Color Harmonies of #C11910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11910

Black with #C11910

Text Example


Text Example

White with #C11910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11910; }

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

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

background-color css

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

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

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

border-color css

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

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

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