Html Css Color HEX #950C01 Dark Red

📋 copy color: '#950C01'

red 149 ◦ green 12 ◦ blue 1

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

Shades of Dark Red #950C01

Tints of Dark Red #950C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.41%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 91.98%
G = 7.41%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950C01 (or 0x950C01) is known color: Dark Red. HEX triplet: 95, 0C and 01. RGB value is (149,12,1). Sum of RGB (Red+Green+Blue) = 149+12+1=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #950C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950C01 is #6AF3FE. Grayscale: #333333. Windows color (decimal): -7009279 or 68757. OLE color: 68757.

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

Color convert

RGB 149 12 1 -
CMYK 0 0.92 0.99 0.42
HSL 4.46º 0.99% 0.29% -
HSV(B) 4.46º 0.99% 0.58% -
XYZ 12.53 6.65 0.65 -
YUV 51.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 149 12 1 0 0.92 0.99 0.42 4.46 0.99 0.29
Hex 95 C 1 0 5C 63 2A 4 63 1D
Octal 225 14 1 0 134 143 52 4 143 35
Binary 10010101 1100 1 0 1011100 1100011 101010 100 1100011 11101

Color Harmonies of #950C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950C01

Black with #950C01

Text Example


Text Example

White with #950C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,12,1); }

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

background-color css

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

 a { background-color: rgb(149,12,1); }

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

border-color css

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

 span { border-color: rgb(149,12,1); }

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