Html Css Color HEX #C11712 Fire Brick

📋 copy color: '#C11712'

red 193 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #C11712

Tints of Fire Brick #C11712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

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

R = 82.48%
G = 9.83%
B = 7.69%

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

#C11712 (or 0xC11712) is known color: Fire Brick. HEX triplet: C1, 17 and 12. RGB value is (193,23,18). Sum of RGB (Red+Green+Blue) = 193+23+18=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11712 is #3EE8ED. Grayscale: #494949. Windows color (decimal): -4122862 or 1185729. OLE color: 1185729.

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

Color convert

RGB 193 23 18 -
CMYK 0 0.88 0.91 0.24
HSL 1.71º 0.83% 0.41% -
HSV(B) 1.71º 0.91% 0.76% -
XYZ 22.41 11.99 1.71 -
YUV 73.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 193 23 18 0 0.88 0.91 0.24 1.71 0.83 0.41
Hex C1 17 12 0 58 5B 18 2 53 29
Octal 301 27 22 0 130 133 30 2 123 51
Binary 11000001 10111 10010 0 1011000 1011011 11000 10 1010011 101001

Color Harmonies of #C11712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11712

Black with #C11712

Text Example


Text Example

White with #C11712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11712; }

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

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

background-color css

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

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

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

border-color css

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

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

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