Html Css Color HEX #950402 Dark Red

📋 copy color: '#950402'

red 149 ◦ green 4 ◦ blue 2

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

Shades of Dark Red #950402

Tints of Dark Red #950402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 96.13%
G = 2.58%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950402 (or 0x950402) is known color: Dark Red. HEX triplet: 95, 04 and 02. RGB value is (149,4,2). Sum of RGB (Red+Green+Blue) = 149+4+2=155 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.13% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 149 - color contains mainly: red. Hex color #950402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950402 is #6AFBFD. Grayscale: #2F2F2F. Windows color (decimal): -7011326 or 132245. OLE color: 132245.

HSL color Cylindrical-coordinate representation of color #950402: hue angle of 0.82º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950402 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 2 -
CMYK 0 0.97 0.99 0.42
HSL 0.82º 0.97% 0.3% -
HSV(B) 0.82º 0.99% 0.58% -
XYZ 12.45 6.48 0.65 -
YUV 47.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 149 4 2 0 0.97 0.99 0.42 0.82 0.97 0.3
Hex 95 4 2 0 61 63 2A 1 61 1E
Octal 225 4 2 0 141 143 52 1 141 36
Binary 10010101 100 10 0 1100001 1100011 101010 1 1100001 11110

Color Harmonies of #950402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950402

Black with #950402

Text Example


Text Example

White with #950402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950402; }

 p { color: rgb(149,4,2); }

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

background-color css

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

 a { background-color: rgb(149,4,2); }

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

border-color css

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

 span { border-color: rgb(149,4,2); }

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