Html Css Color HEX #95421D Fire

📋 copy color: '#95421D'

red 149 ◦ green 66 ◦ blue 29

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

Shades of Fire #95421D

Tints of Fire #95421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

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

R = 61.07%
G = 27.05%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95421D (or 0x95421D) is known color: Fire. HEX triplet: 95, 42 and 1D. RGB value is (149,66,29). Sum of RGB (Red+Green+Blue) = 149+66+29=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95421D is #6ABDE2. Grayscale: #565656. Windows color (decimal): -6995427 or 1917589. OLE color: 1917589.

HSL color Cylindrical-coordinate representation of color #95421D: hue angle of 18.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 #95421D is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 29 -
CMYK 0 0.56 0.81 0.42
HSL 18.5º 0.67% 0.35% -
HSV(B) 18.5º 0.81% 0.58% -
XYZ 14.56 10.37 2.4 -
YUV 86.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 149 66 29 0 0.56 0.81 0.42 18.5 0.67 0.35
Hex 95 42 1D 0 38 51 2A 12 43 23
Octal 225 102 35 0 70 121 52 22 103 43
Binary 10010101 1000010 11101 0 111000 1010001 101010 10010 1000011 100011

Color Harmonies of #95421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95421D

Black with #95421D

Text Example


Text Example

White with #95421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95421D; }

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

 H1.HeaderClassName
 {
   color: #95421D;
 }
 .AnyTagClassName
 {
   color: #95421D;
 }
</style>

background-color css

<style>
 a { background-color: #95421D; }

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

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

border-color css

<style>
 span { border-color: #95421D; }

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

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