Html Css Color HEX #953A1C Fire

📋 copy color: '#953A1C'

red 149 ◦ green 58 ◦ blue 28

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

Shades of Fire #953A1C

Tints of Fire #953A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 63.4%
G = 24.68%
B = 11.91%

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

#953A1C (or 0x953A1C) is known color: Fire. HEX triplet: 95, 3A and 1C. RGB value is (149,58,28). Sum of RGB (Red+Green+Blue) = 149+58+28=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #953A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A1C is #6AC5E3. Grayscale: #515151. Windows color (decimal): -6997476 or 1850005. OLE color: 1850005.

HSL color Cylindrical-coordinate representation of color #953A1C: hue angle of 14.88º degrees, saturation: 0.68, 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 #953A1C is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 28 -
CMYK 0 0.61 0.81 0.42
HSL 14.88º 0.68% 0.35% -
HSV(B) 14.88º 0.81% 0.58% -
XYZ 14.12 9.5 2.19 -
YUV 81.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 149 58 28 0 0.61 0.81 0.42 14.88 0.68 0.35
Hex 95 3A 1C 0 3D 51 2A F 44 23
Octal 225 72 34 0 75 121 52 17 104 43
Binary 10010101 111010 11100 0 111101 1010001 101010 1111 1000100 100011

Color Harmonies of #953A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A1C

Black with #953A1C

Text Example


Text Example

White with #953A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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