Html Css Color HEX #953A1D Fire

📋 copy color: '#953A1D'

red 149 ◦ green 58 ◦ blue 29

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

Shades of Fire #953A1D

Tints of Fire #953A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 63.14%
G = 24.58%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#953A1D (or 0x953A1D) is known color: Fire. HEX triplet: 95, 3A and 1D. RGB value is (149,58,29). Sum of RGB (Red+Green+Blue) = 149+58+29=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #953A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A1D is #6AC5E2. Grayscale: #525252. Windows color (decimal): -6997475 or 1915541. OLE color: 1915541.

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

Color convert

RGB 149 58 29 -
CMYK 0 0.61 0.81 0.42
HSL 14.5º 0.67% 0.35% -
HSV(B) 14.5º 0.81% 0.58% -
XYZ 14.13 9.5 2.25 -
YUV 81.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 149 58 29 0 0.61 0.81 0.42 14.5 0.67 0.35
Hex 95 3A 1D 0 3D 51 2A E 43 23
Octal 225 72 35 0 75 121 52 16 103 43
Binary 10010101 111010 11101 0 111101 1010001 101010 1110 1000011 100011

Color Harmonies of #953A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A1D

Black with #953A1D

Text Example


Text Example

White with #953A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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