Html Css Color HEX #921201 Dark Red

📋 copy color: '#921201'

red 146 ◦ green 18 ◦ blue 1

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

Shades of Dark Red #921201

Tints of Dark Red #921201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

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

R = 88.48%
G = 10.91%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#921201 (or 0x921201) is known color: Dark Red. HEX triplet: 92, 12 and 01. RGB value is (146,18,1). Sum of RGB (Red+Green+Blue) = 146+18+1=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #921201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921201 is #6DEDFE. Grayscale: #363636. Windows color (decimal): -7204351 or 70290. OLE color: 70290.

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

Color convert

RGB 146 18 1 -
CMYK 0 0.88 0.99 0.43
HSL 7.03º 0.99% 0.29% -
HSV(B) 7.03º 0.99% 0.57% -
XYZ 12.08 6.55 0.66 -
YUV 54.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 146 18 1 0 0.88 0.99 0.43 7.03 0.99 0.29
Hex 92 12 1 0 58 63 2B 7 63 1D
Octal 222 22 1 0 130 143 53 7 143 35
Binary 10010010 10010 1 0 1011000 1100011 101011 111 1100011 11101

Color Harmonies of #921201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921201

Black with #921201

Text Example


Text Example

White with #921201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921201; }

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

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

background-color css

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

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

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

border-color css

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

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

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