Html Css Color HEX #953C1F Fire

📋 copy color: '#953C1F'

red 149 ◦ green 60 ◦ blue 31

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

Shades of Fire #953C1F

Tints of Fire #953C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

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

R = 62.08%
G = 25%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#953C1F (or 0x953C1F) is known color: Fire. HEX triplet: 95, 3C and 1F. RGB value is (149,60,31). Sum of RGB (Red+Green+Blue) = 149+60+31=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C1F is #6AC3E0. Grayscale: #535353. Windows color (decimal): -6996961 or 2047125. OLE color: 2047125.

HSL color Cylindrical-coordinate representation of color #953C1F: hue angle of 14.75º 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 #953C1F is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 31 -
CMYK 0 0.60 0.79 0.42
HSL 14.75º 0.66% 0.35% -
HSV(B) 14.75º 0.79% 0.58% -
XYZ 14.26 9.72 2.42 -
YUV 83.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 149 60 31 0 0.60 0.79 0.42 14.75 0.66 0.35
Hex 95 3C 1F 0 3C 4F 2A F 42 23
Octal 225 74 37 0 74 117 52 17 102 43
Binary 10010101 111100 11111 0 111100 1001111 101010 1111 1000010 100011

Color Harmonies of #953C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C1F

Black with #953C1F

Text Example


Text Example

White with #953C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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