Html Css Color HEX #C11E13 Fire Brick

📋 copy color: '#C11E13'

red 193 ◦ green 30 ◦ blue 19

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

Shades of Fire Brick #C11E13

Tints of Fire Brick #C11E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

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

R = 79.75%
G = 12.4%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C11E13 (or 0xC11E13) is known color: Fire Brick. HEX triplet: C1, 1E and 13. RGB value is (193,30,19). Sum of RGB (Red+Green+Blue) = 193+30+19=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11E13 is #3EE1EC. Grayscale: #4D4D4D. Windows color (decimal): -4121069 or 1253057. OLE color: 1253057.

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

Color convert

RGB 193 30 19 -
CMYK 0 0.84 0.90 0.24
HSL 3.79º 0.82% 0.42% -
HSV(B) 3.79º 0.9% 0.76% -
XYZ 22.57 12.31 1.8 -
YUV 77.48 95 210.39 -
System Red Green Blue C M Y K H S L
Decimal 193 30 19 0 0.84 0.90 0.24 3.79 0.82 0.42
Hex C1 1E 13 0 54 5A 18 4 52 2A
Octal 301 36 23 0 124 132 30 4 122 52
Binary 11000001 11110 10011 0 1010100 1011010 11000 100 1010010 101010

Color Harmonies of #C11E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E13

Black with #C11E13

Text Example


Text Example

White with #C11E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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