Html Css Color HEX #953A1F Fire

📋 copy color: '#953A1F'

red 149 ◦ green 58 ◦ blue 31

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

Shades of Fire #953A1F

Tints of Fire #953A1F

RGB

 RED value IS 149 (58.59% from 255) = 62.61%

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

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

R = 62.61%
G = 24.37%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#953A1F (or 0x953A1F) is known color: Fire. HEX triplet: 95, 3A and 1F. RGB value is (149,58,31). Sum of RGB (Red+Green+Blue) = 149+58+31=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #953A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A1F is #6AC5E0. Grayscale: #525252. Windows color (decimal): -6997473 or 2046613. OLE color: 2046613.

HSL color Cylindrical-coordinate representation of color #953A1F: hue angle of 13.73º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #953A1F is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 31 -
CMYK 0 0.61 0.79 0.42
HSL 13.73º 0.66% 0.35% -
HSV(B) 13.73º 0.79% 0.58% -
XYZ 14.15 9.51 2.39 -
YUV 82.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 149 58 31 0 0.61 0.79 0.42 13.73 0.66 0.35
Hex 95 3A 1F 0 3D 4F 2A E 42 23
Octal 225 72 37 0 75 117 52 16 102 43
Binary 10010101 111010 11111 0 111101 1001111 101010 1110 1000010 100011

Color Harmonies of #953A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A1F

Black with #953A1F

Text Example


Text Example

White with #953A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A1F; }

 p { color: rgb(149,58,31); }

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

background-color css

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

 a { background-color: rgb(149,58,31); }

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

border-color css

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

 span { border-color: rgb(149,58,31); }

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