Html Css Color HEX #993B1F Fire

📋 copy color: '#993B1F'

red 153 ◦ green 59 ◦ blue 31

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

Shades of Fire #993B1F

Tints of Fire #993B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 62.96%
G = 24.28%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#993B1F (or 0x993B1F) is known color: Fire. HEX triplet: 99, 3B and 1F. RGB value is (153,59,31). Sum of RGB (Red+Green+Blue) = 153+59+31=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #993B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B1F is #66C4E0. Grayscale: #545454. Windows color (decimal): -6735073 or 2046873. OLE color: 2046873.

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

Color convert

RGB 153 59 31 -
CMYK 0 0.61 0.80 0.4
HSL 13.77º 0.66% 0.36% -
HSV(B) 13.77º 0.8% 0.6% -
XYZ 14.95 10 2.44 -
YUV 83.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 153 59 31 0 0.61 0.80 0.4 13.77 0.66 0.36
Hex 99 3B 1F 0 3D 50 28 E 42 24
Octal 231 73 37 0 75 120 50 16 102 44
Binary 10011001 111011 11111 0 111101 1010000 101000 1110 1000010 100100

Color Harmonies of #993B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B1F

Black with #993B1F

Text Example


Text Example

White with #993B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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