Html Css Color HEX #921001 Dark Red

📋 copy color: '#921001'

red 146 ◦ green 16 ◦ blue 1

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

Shades of Dark Red #921001

Tints of Dark Red #921001

RGB

 RED value IS 146 (57.42% from 255) = 89.57%

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 89.57%
G = 9.82%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#921001 (or 0x921001) is known color: Dark Red. HEX triplet: 92, 10 and 01. RGB value is (146,16,1). Sum of RGB (Red+Green+Blue) = 146+16+1=163 (21% of max value = 765). Red value is 146 (57.42% from 255 or 89.57% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 146 - color contains mainly: red. Hex color #921001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921001 is #6DEFFE. Grayscale: #353535. Windows color (decimal): -7204863 or 69778. OLE color: 69778.

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

Color convert

RGB 146 16 1 -
CMYK 0 0.89 0.99 0.43
HSL 6.21º 0.99% 0.29% -
HSV(B) 6.21º 0.99% 0.57% -
XYZ 12.04 6.48 0.65 -
YUV 53.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 146 16 1 0 0.89 0.99 0.43 6.21 0.99 0.29
Hex 92 10 1 0 59 63 2B 6 63 1D
Octal 222 20 1 0 131 143 53 6 143 35
Binary 10010010 10000 1 0 1011001 1100011 101011 110 1100011 11101

Color Harmonies of #921001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921001

Black with #921001

Text Example


Text Example

White with #921001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921001; }

 p { color: rgb(146,16,1); }

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

background-color css

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

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

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

border-color css

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

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

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