Html Css Color HEX #950302 Dark Red

📋 copy color: '#950302'

red 149 ◦ green 3 ◦ blue 2

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

Shades of Dark Red #950302

Tints of Dark Red #950302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 96.75%
G = 1.95%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950302 (or 0x950302) is known color: Dark Red. HEX triplet: 95, 03 and 02. RGB value is (149,3,2). Sum of RGB (Red+Green+Blue) = 149+3+2=154 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.75% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 149 - color contains mainly: red. Hex color #950302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950302 is #6AFCFD. Grayscale: #2E2E2E. Windows color (decimal): -7011582 or 131989. OLE color: 131989.

HSL color Cylindrical-coordinate representation of color #950302: hue angle of 0.41º 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 #950302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 2 -
CMYK 0 0.98 0.99 0.42
HSL 0.41º 0.97% 0.3% -
HSV(B) 0.41º 0.99% 0.58% -
XYZ 12.44 6.46 0.65 -
YUV 46.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 149 3 2 0 0.98 0.99 0.42 0.41 0.97 0.3
Hex 95 3 2 0 62 63 2A 0 61 1E
Octal 225 3 2 0 142 143 52 0 141 36
Binary 10010101 11 10 0 1100010 1100011 101010 0 1100001 11110

Color Harmonies of #950302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950302

Black with #950302

Text Example


Text Example

White with #950302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950302; }

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

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

background-color css

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

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

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

border-color css

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

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

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