Html Css Color HEX #993B21 Fire

📋 copy color: '#993B21'

red 153 ◦ green 59 ◦ blue 33

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

Shades of Fire #993B21

Tints of Fire #993B21

RGB

 RED value IS 153 (60.16% from 255) = 62.45%

 GREEN value IS 59 (23.44% from 255) = 24.08%

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 62.45%
G = 24.08%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#993B21 (or 0x993B21) is known color: Fire. HEX triplet: 99, 3B and 21. RGB value is (153,59,33). Sum of RGB (Red+Green+Blue) = 153+59+33=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #993B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B21 is #66C4DE. Grayscale: #545454. Windows color (decimal): -6735071 or 2177945. OLE color: 2177945.

HSL color Cylindrical-coordinate representation of color #993B21: hue angle of 13º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #993B21 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 59 33 -
CMYK 0 0.61 0.78 0.4
HSL 13º 0.65% 0.36% -
HSV(B) 13º 0.78% 0.6% -
XYZ 14.98 10.01 2.58 -
YUV 84.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 153 59 33 0 0.61 0.78 0.4 13 0.65 0.36
Hex 99 3B 21 0 3D 4E 28 D 41 24
Octal 231 73 41 0 75 116 50 15 101 44
Binary 10011001 111011 100001 0 111101 1001110 101000 1101 1000001 100100

Color Harmonies of #993B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B21

Black with #993B21

Text Example


Text Example

White with #993B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993B21; }

 p { color: rgb(153,59,33); }

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

background-color css

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

 a { background-color: rgb(153,59,33); }

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

border-color css

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

 span { border-color: rgb(153,59,33); }

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