Html Css Color HEX #993A21 Fire

📋 copy color: '#993A21'

red 153 ◦ green 58 ◦ blue 33

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

Shades of Fire #993A21

Tints of Fire #993A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

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

R = 62.7%
G = 23.77%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#993A21 (or 0x993A21) is known color: Fire. HEX triplet: 99, 3A and 21. RGB value is (153,58,33). Sum of RGB (Red+Green+Blue) = 153+58+33=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #993A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A21 is #66C5DE. Grayscale: #535353. Windows color (decimal): -6735327 or 2177689. OLE color: 2177689.

HSL color Cylindrical-coordinate representation of color #993A21: hue angle of 12.5º 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 #993A21 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 33 -
CMYK 0 0.62 0.78 0.4
HSL 12.5º 0.65% 0.36% -
HSV(B) 12.5º 0.78% 0.6% -
XYZ 14.92 9.91 2.56 -
YUV 83.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 153 58 33 0 0.62 0.78 0.4 12.5 0.65 0.36
Hex 99 3A 21 0 3E 4E 28 C 41 24
Octal 231 72 41 0 76 116 50 14 101 44
Binary 10011001 111010 100001 0 111110 1001110 101000 1100 1000001 100100

Color Harmonies of #993A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A21

Black with #993A21

Text Example


Text Example

White with #993A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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