Html Css Color HEX #951402 Dark Red

📋 copy color: '#951402'

red 149 ◦ green 20 ◦ blue 2

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

Shades of Dark Red #951402

Tints of Dark Red #951402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

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

R = 87.13%
G = 11.7%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951402 (or 0x951402) is known color: Dark Red. HEX triplet: 95, 14 and 02. RGB value is (149,20,2). Sum of RGB (Red+Green+Blue) = 149+20+2=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #951402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951402 is #6AEBFD. Grayscale: #383838. Windows color (decimal): -7007230 or 136341. OLE color: 136341.

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

Color convert

RGB 149 20 2 -
CMYK 0 0.87 0.99 0.42
HSL 7.35º 0.97% 0.3% -
HSV(B) 7.35º 0.99% 0.58% -
XYZ 12.66 6.89 0.72 -
YUV 56.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 149 20 2 0 0.87 0.99 0.42 7.35 0.97 0.3
Hex 95 14 2 0 57 63 2A 7 61 1E
Octal 225 24 2 0 127 143 52 7 141 36
Binary 10010101 10100 10 0 1010111 1100011 101010 111 1100001 11110

Color Harmonies of #951402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951402

Black with #951402

Text Example


Text Example

White with #951402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951402; }

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

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

background-color css

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

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

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

border-color css

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

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

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