Html Css Color HEX #C11612 Fire Brick

📋 copy color: '#C11612'

red 193 ◦ green 22 ◦ blue 18

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

Shades of Fire Brick #C11612

Tints of Fire Brick #C11612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

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

R = 82.83%
G = 9.44%
B = 7.73%

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

#C11612 (or 0xC11612) is known color: Fire Brick. HEX triplet: C1, 16 and 12. RGB value is (193,22,18). Sum of RGB (Red+Green+Blue) = 193+22+18=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C11612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11612 is #3EE9ED. Grayscale: #484848. Windows color (decimal): -4123118 or 1185473. OLE color: 1185473.

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

Color convert

RGB 193 22 18 -
CMYK 0 0.89 0.91 0.24
HSL 1.37º 0.83% 0.41% -
HSV(B) 1.37º 0.91% 0.76% -
XYZ 22.39 11.95 1.7 -
YUV 72.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 193 22 18 0 0.89 0.91 0.24 1.37 0.83 0.41
Hex C1 16 12 0 59 5B 18 1 53 29
Octal 301 26 22 0 131 133 30 1 123 51
Binary 11000001 10110 10010 0 1011001 1011011 11000 1 1010011 101001

Color Harmonies of #C11612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11612

Black with #C11612

Text Example


Text Example

White with #C11612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11612; }

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

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

background-color css

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

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

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

border-color css

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

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

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