Html Css Color HEX #C11B14 Fire Brick

📋 copy color: '#C11B14'

red 193 ◦ green 27 ◦ blue 20

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

Shades of Fire Brick #C11B14

Tints of Fire Brick #C11B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

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

R = 80.42%
G = 11.25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C11B14 (or 0xC11B14) is known color: Fire Brick. HEX triplet: C1, 1B and 14. RGB value is (193,27,20). Sum of RGB (Red+Green+Blue) = 193+27+20=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11B14 is #3EE4EB. Grayscale: #4C4C4C. Windows color (decimal): -4121836 or 1317825. OLE color: 1317825.

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

Color convert

RGB 193 27 20 -
CMYK 0 0.86 0.90 0.24
HSL 2.43º 0.81% 0.42% -
HSV(B) 2.43º 0.9% 0.76% -
XYZ 22.51 12.17 1.82 -
YUV 75.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 193 27 20 0 0.86 0.90 0.24 2.43 0.81 0.42
Hex C1 1B 14 0 56 5A 18 2 51 2A
Octal 301 33 24 0 126 132 30 2 121 52
Binary 11000001 11011 10100 0 1010110 1011010 11000 10 1010001 101010

Color Harmonies of #C11B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11B14

Black with #C11B14

Text Example


Text Example

White with #C11B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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