Html Css Color HEX #C11E14 Fire Brick

📋 copy color: '#C11E14'

red 193 ◦ green 30 ◦ blue 20

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

Shades of Fire Brick #C11E14

Tints of Fire Brick #C11E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 79.42%
G = 12.35%
B = 8.23%

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

#C11E14 (or 0xC11E14) is known color: Fire Brick. HEX triplet: C1, 1E and 14. RGB value is (193,30,20). Sum of RGB (Red+Green+Blue) = 193+30+20=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11E14 is #3EE1EB. Grayscale: #4D4D4D. Windows color (decimal): -4121068 or 1318593. OLE color: 1318593.

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

Color convert

RGB 193 30 20 -
CMYK 0 0.84 0.90 0.24
HSL 3.47º 0.81% 0.42% -
HSV(B) 3.47º 0.9% 0.76% -
XYZ 22.58 12.32 1.85 -
YUV 77.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 193 30 20 0 0.84 0.90 0.24 3.47 0.81 0.42
Hex C1 1E 14 0 54 5A 18 3 51 2A
Octal 301 36 24 0 124 132 30 3 121 52
Binary 11000001 11110 10100 0 1010100 1011010 11000 11 1010001 101010

Color Harmonies of #C11E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E14

Black with #C11E14

Text Example


Text Example

White with #C11E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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