Html Css Color HEX #900101 Dark Red

📋 copy color: '#900101'

red 144 ◦ green 1 ◦ blue 1

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

Shades of Dark Red #900101

Tints of Dark Red #900101

RGB

 RED value IS 144 (56.64% from 255) = 98.63%

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 98.63%
G = 0.68%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#900101 (or 0x900101) is known color: Dark Red. HEX triplet: 90, 01 and 01. RGB value is (144,1,1). Sum of RGB (Red+Green+Blue) = 144+1+1=146 (19% of max value = 765). Red value is 144 (56.64% from 255 or 98.63% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 144 - color contains mainly: red. Hex color #900101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900101 is #6FFEFE. Grayscale: #2B2B2B. Windows color (decimal): -7339775 or 65936. OLE color: 65936.

HSL color Cylindrical-coordinate representation of color #900101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 1 1 -
CMYK 0 0.99 0.99 0.44
HSL 0.99% 0.28% -
HSV(B) 0.99% 0.56% -
XYZ 11.52 5.95 0.57 -
YUV 43.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 144 1 1 0 0.99 0.99 0.44 0 0.99 0.28
Hex 90 1 1 0 63 63 2C 0 63 1C
Octal 220 1 1 0 143 143 54 0 143 34
Binary 10010000 1 1 0 1100011 1100011 101100 0 1100011 11100

Color Harmonies of #900101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900101

Black with #900101

Text Example


Text Example

White with #900101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900101; }

 p { color: rgb(144,1,1); }

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

background-color css

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

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

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

border-color css

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

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

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