Html Css Color HEX #C11613 Fire Brick

📋 copy color: '#C11613'

red 193 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #C11613

Tints of Fire Brick #C11613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 82.48%
G = 9.4%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C11613 (or 0xC11613) is known color: Fire Brick. HEX triplet: C1, 16 and 13. RGB value is (193,22,19). Sum of RGB (Red+Green+Blue) = 193+22+19=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11613 is #3EE9EC. Grayscale: #484848. Windows color (decimal): -4123117 or 1251009. OLE color: 1251009.

HSL color Cylindrical-coordinate representation of color #C11613: hue angle of 1.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11613 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 19 -
CMYK 0 0.89 0.90 0.24
HSL 1.03º 0.82% 0.42% -
HSV(B) 1.03º 0.9% 0.76% -
XYZ 22.4 11.96 1.74 -
YUV 72.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 193 22 19 0 0.89 0.90 0.24 1.03 0.82 0.42
Hex C1 16 13 0 59 5A 18 1 52 2A
Octal 301 26 23 0 131 132 30 1 122 52
Binary 11000001 10110 10011 0 1011001 1011010 11000 1 1010010 101010

Color Harmonies of #C11613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11613

Black with #C11613

Text Example


Text Example

White with #C11613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11613; }

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

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

background-color css

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

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

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

border-color css

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

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

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