Html Css Color HEX #950E02 Dark Red

📋 copy color: '#950E02'

red 149 ◦ green 14 ◦ blue 2

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

Shades of Dark Red #950E02

Tints of Dark Red #950E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.48%

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

R = 90.3%
G = 8.48%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950E02 (or 0x950E02) is known color: Dark Red. HEX triplet: 95, 0E and 02. RGB value is (149,14,2). Sum of RGB (Red+Green+Blue) = 149+14+2=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #950E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950E02 is #6AF1FD. Grayscale: #353535. Windows color (decimal): -7008766 or 134805. OLE color: 134805.

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

Color convert

RGB 149 14 2 -
CMYK 0 0.91 0.99 0.42
HSL 4.9º 0.97% 0.3% -
HSV(B) 4.9º 0.99% 0.58% -
XYZ 12.56 6.71 0.69 -
YUV 53 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 149 14 2 0 0.91 0.99 0.42 4.9 0.97 0.3
Hex 95 E 2 0 5B 63 2A 5 61 1E
Octal 225 16 2 0 133 143 52 5 141 36
Binary 10010101 1110 10 0 1011011 1100011 101010 101 1100001 11110

Color Harmonies of #950E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E02

Black with #950E02

Text Example


Text Example

White with #950E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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