Html Css Color HEX #920E0D Dark Red

📋 copy color: '#920E0D'

red 146 ◦ green 14 ◦ blue 13

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

Shades of Dark Red #920E0D

Tints of Dark Red #920E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 84.39%
G = 8.09%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#920E0D (or 0x920E0D) is known color: Dark Red. HEX triplet: 92, 0E and 0D. RGB value is (146,14,13). Sum of RGB (Red+Green+Blue) = 146+14+13=173 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.39% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 146 - color contains mainly: red. Hex color #920E0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920E0D is #6DF1F2. Grayscale: #353535. Windows color (decimal): -7205363 or 855698. OLE color: 855698.

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

Color convert

RGB 146 14 13 -
CMYK 0 0.90 0.91 0.43
HSL 0.45º 0.84% 0.31% -
HSV(B) 0.45º 0.91% 0.57% -
XYZ 12.08 6.45 0.99 -
YUV 53.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 146 14 13 0 0.90 0.91 0.43 0.45 0.84 0.31
Hex 92 E D 0 5A 5B 2B 0 54 1F
Octal 222 16 15 0 132 133 53 0 124 37
Binary 10010010 1110 1101 0 1011010 1011011 101011 0 1010100 11111

Color Harmonies of #920E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920E0D

Black with #920E0D

Text Example


Text Example

White with #920E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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