Html Css Color HEX #C11C12 Fire Brick

📋 copy color: '#C11C12'

red 193 ◦ green 28 ◦ blue 18

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

Shades of Fire Brick #C11C12

Tints of Fire Brick #C11C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 80.75%
G = 11.72%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11C12 (or 0xC11C12) is known color: Fire Brick. HEX triplet: C1, 1C and 12. RGB value is (193,28,18). Sum of RGB (Red+Green+Blue) = 193+28+18=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11C12 is #3EE3ED. Grayscale: #4C4C4C. Windows color (decimal): -4121582 or 1187009. OLE color: 1187009.

HSL color Cylindrical-coordinate representation of color #C11C12: hue angle of 3.43º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11C12 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 28 18 -
CMYK 0 0.85 0.91 0.24
HSL 3.43º 0.83% 0.41% -
HSV(B) 3.43º 0.91% 0.76% -
XYZ 22.52 12.21 1.74 -
YUV 76.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 193 28 18 0 0.85 0.91 0.24 3.43 0.83 0.41
Hex C1 1C 12 0 55 5B 18 3 53 29
Octal 301 34 22 0 125 133 30 3 123 51
Binary 11000001 11100 10010 0 1010101 1011011 11000 11 1010011 101001

Color Harmonies of #C11C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11C12

Black with #C11C12

Text Example


Text Example

White with #C11C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11C12; }

 p { color: rgb(193,28,18); }

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

background-color css

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

 a { background-color: rgb(193,28,18); }

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

border-color css

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

 span { border-color: rgb(193,28,18); }

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