Html Css Color HEX #C11E18 Fire Brick

📋 copy color: '#C11E18'

red 193 ◦ green 30 ◦ blue 24

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

Shades of Fire Brick #C11E18

Tints of Fire Brick #C11E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 78.14%
G = 12.15%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C11E18 (or 0xC11E18) is known color: Fire Brick. HEX triplet: C1, 1E and 18. RGB value is (193,30,24). Sum of RGB (Red+Green+Blue) = 193+30+24=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11E18 is #3EE1E7. Grayscale: #4E4E4E. Windows color (decimal): -4121064 or 1580737. OLE color: 1580737.

HSL color Cylindrical-coordinate representation of color #C11E18: hue angle of 2.13º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11E18 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 30 24 -
CMYK 0 0.84 0.88 0.24
HSL 2.13º 0.78% 0.43% -
HSV(B) 2.13º 0.88% 0.76% -
XYZ 22.62 12.33 2.05 -
YUV 78.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 193 30 24 0 0.84 0.88 0.24 2.13 0.78 0.43
Hex C1 1E 18 0 54 58 18 2 4E 2B
Octal 301 36 30 0 124 130 30 2 116 53
Binary 11000001 11110 11000 0 1010100 1011000 11000 10 1001110 101011

Color Harmonies of #C11E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E18

Black with #C11E18

Text Example


Text Example

White with #C11E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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