Html Css Color HEX #951C01 Dark Red

📋 copy color: '#951C01'

red 149 ◦ green 28 ◦ blue 1

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

Shades of Dark Red #951C01

Tints of Dark Red #951C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 83.71%
G = 15.73%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951C01 (or 0x951C01) is known color: Dark Red. HEX triplet: 95, 1C and 01. RGB value is (149,28,1). Sum of RGB (Red+Green+Blue) = 149+28+1=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #951C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C01 is #6AE3FE. Grayscale: #3D3D3D. Windows color (decimal): -7005183 or 72853. OLE color: 72853.

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

Color convert

RGB 149 28 1 -
CMYK 0 0.81 0.99 0.42
HSL 10.95º 0.99% 0.29% -
HSV(B) 10.95º 0.99% 0.58% -
XYZ 12.82 7.22 0.75 -
YUV 61.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 149 28 1 0 0.81 0.99 0.42 10.95 0.99 0.29
Hex 95 1C 1 0 51 63 2A B 63 1D
Octal 225 34 1 0 121 143 52 13 143 35
Binary 10010101 11100 1 0 1010001 1100011 101010 1011 1100011 11101

Color Harmonies of #951C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C01

Black with #951C01

Text Example


Text Example

White with #951C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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