Html Css Color HEX #920F0D Dark Red

📋 copy color: '#920F0D'

red 146 ◦ green 15 ◦ blue 13

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

Shades of Dark Red #920F0D

Tints of Dark Red #920F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

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

R = 83.91%
G = 8.62%
B = 7.47%

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

#920F0D (or 0x920F0D) is known color: Dark Red. HEX triplet: 92, 0F and 0D. RGB value is (146,15,13). Sum of RGB (Red+Green+Blue) = 146+15+13=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #920F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F0D is #6DF0F2. Grayscale: #363636. Windows color (decimal): -7205107 or 855954. OLE color: 855954.

HSL color Cylindrical-coordinate representation of color #920F0D: hue angle of 0.9º 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 #920F0D is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 15 13 -
CMYK 0 0.90 0.91 0.43
HSL 0.9º 0.84% 0.31% -
HSV(B) 0.9º 0.91% 0.57% -
XYZ 12.1 6.48 0.99 -
YUV 53.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 146 15 13 0 0.90 0.91 0.43 0.9 0.84 0.31
Hex 92 F D 0 5A 5B 2B 1 54 1F
Octal 222 17 15 0 132 133 53 1 124 37
Binary 10010010 1111 1101 0 1011010 1011011 101011 1 1010100 11111

Color Harmonies of #920F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F0D

Black with #920F0D

Text Example


Text Example

White with #920F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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