Html Css Color HEX #C11512 Fire Brick

📋 copy color: '#C11512'

red 193 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #C11512

Tints of Fire Brick #C11512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

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

R = 83.19%
G = 9.05%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11512 (or 0xC11512) is known color: Fire Brick. HEX triplet: C1, 15 and 12. RGB value is (193,21,18). Sum of RGB (Red+Green+Blue) = 193+21+18=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C11512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11512 is #3EEAED. Grayscale: #484848. Windows color (decimal): -4123374 or 1185217. OLE color: 1185217.

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

Color convert

RGB 193 21 18 -
CMYK 0 0.89 0.91 0.24
HSL 1.03º 0.83% 0.41% -
HSV(B) 1.03º 0.91% 0.76% -
XYZ 22.37 11.92 1.69 -
YUV 72.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 193 21 18 0 0.89 0.91 0.24 1.03 0.83 0.41
Hex C1 15 12 0 59 5B 18 1 53 29
Octal 301 25 22 0 131 133 30 1 123 51
Binary 11000001 10101 10010 0 1011001 1011011 11000 1 1010011 101001

Color Harmonies of #C11512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11512

Black with #C11512

Text Example


Text Example

White with #C11512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11512; }

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

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

background-color css

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

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

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

border-color css

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

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

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