Html Css Color HEX #920D09 Dark Red

📋 copy color: '#920D09'

red 146 ◦ green 13 ◦ blue 9

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

Shades of Dark Red #920D09

Tints of Dark Red #920D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.74%

 BLUE value IS 9 (3.91% from 255) = 5.36%

R = 86.9%
G = 7.74%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#920D09 (or 0x920D09) is known color: Dark Red. HEX triplet: 92, 0D and 09. RGB value is (146,13,9). Sum of RGB (Red+Green+Blue) = 146+13+9=168 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.90% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 146 - color contains mainly: red. Hex color #920D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920D09 is #6DF2F6. Grayscale: #343434. Windows color (decimal): -7205623 or 593298. OLE color: 593298.

HSL color Cylindrical-coordinate representation of color #920D09: hue angle of 1.75º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920D09 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 13 9 -
CMYK 0 0.91 0.94 0.43
HSL 1.75º 0.88% 0.3% -
HSV(B) 1.75º 0.94% 0.57% -
XYZ 12.05 6.42 0.86 -
YUV 52.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 146 13 9 0 0.91 0.94 0.43 1.75 0.88 0.3
Hex 92 D 9 0 5B 5E 2B 2 58 1E
Octal 222 15 11 0 133 136 53 2 130 36
Binary 10010010 1101 1001 0 1011011 1011110 101011 10 1011000 11110

Color Harmonies of #920D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D09

Black with #920D09

Text Example


Text Example

White with #920D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920D09; }

 p { color: rgb(146,13,9); }

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

background-color css

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

 a { background-color: rgb(146,13,9); }

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

border-color css

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

 span { border-color: rgb(146,13,9); }

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