Html Css Color HEX #C11412 Fire Brick

📋 copy color: '#C11412'

red 193 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #C11412

Tints of Fire Brick #C11412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

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

R = 83.55%
G = 8.66%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11412 (or 0xC11412) is known color: Fire Brick. HEX triplet: C1, 14 and 12. RGB value is (193,20,18). Sum of RGB (Red+Green+Blue) = 193+20+18=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C11412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11412 is #3EEBED. Grayscale: #474747. Windows color (decimal): -4123630 or 1184961. OLE color: 1184961.

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

Color convert

RGB 193 20 18 -
CMYK 0 0.90 0.91 0.24
HSL 0.69º 0.83% 0.41% -
HSV(B) 0.69º 0.91% 0.76% -
XYZ 22.35 11.88 1.69 -
YUV 71.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 193 20 18 0 0.90 0.91 0.24 0.69 0.83 0.41
Hex C1 14 12 0 5A 5B 18 1 53 29
Octal 301 24 22 0 132 133 30 1 123 51
Binary 11000001 10100 10010 0 1011010 1011011 11000 1 1010011 101001

Color Harmonies of #C11412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11412

Black with #C11412

Text Example


Text Example

White with #C11412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11412; }

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

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

background-color css

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

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

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

border-color css

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

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

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