Html Css Color HEX #C11812 Fire Brick

📋 copy color: '#C11812'

red 193 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #C11812

Tints of Fire Brick #C11812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

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

R = 82.13%
G = 10.21%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11812 (or 0xC11812) is known color: Fire Brick. HEX triplet: C1, 18 and 12. RGB value is (193,24,18). Sum of RGB (Red+Green+Blue) = 193+24+18=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C11812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11812 is #3EE7ED. Grayscale: #4A4A4A. Windows color (decimal): -4122606 or 1185985. OLE color: 1185985.

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

Color convert

RGB 193 24 18 -
CMYK 0 0.88 0.91 0.24
HSL 2.06º 0.83% 0.41% -
HSV(B) 2.06º 0.91% 0.76% -
XYZ 22.43 12.03 1.71 -
YUV 73.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 193 24 18 0 0.88 0.91 0.24 2.06 0.83 0.41
Hex C1 18 12 0 58 5B 18 2 53 29
Octal 301 30 22 0 130 133 30 2 123 51
Binary 11000001 11000 10010 0 1011000 1011011 11000 10 1010011 101001

Color Harmonies of #C11812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11812

Black with #C11812

Text Example


Text Example

White with #C11812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11812; }

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

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

background-color css

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

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

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

border-color css

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

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

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