Html Css Color HEX #920702 Dark Red

📋 copy color: '#920702'

red 146 ◦ green 7 ◦ blue 2

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

Shades of Dark Red #920702

Tints of Dark Red #920702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 94.19%
G = 4.52%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#920702 (or 0x920702) is known color: Dark Red. HEX triplet: 92, 07 and 02. RGB value is (146,7,2). Sum of RGB (Red+Green+Blue) = 146+7+2=155 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.19% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 146 - color contains mainly: red. Hex color #920702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920702 is #6DF8FD. Grayscale: #303030. Windows color (decimal): -7207166 or 133010. OLE color: 133010.

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

Color convert

RGB 146 7 2 -
CMYK 0 0.95 0.99 0.43
HSL 2.08º 0.97% 0.29% -
HSV(B) 2.08º 0.99% 0.57% -
XYZ 11.94 6.27 0.64 -
YUV 47.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 146 7 2 0 0.95 0.99 0.43 2.08 0.97 0.29
Hex 92 7 2 0 5F 63 2B 2 61 1D
Octal 222 7 2 0 137 143 53 2 141 35
Binary 10010010 111 10 0 1011111 1100011 101011 10 1100001 11101

Color Harmonies of #920702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920702

Black with #920702

Text Example


Text Example

White with #920702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920702; }

 p { color: rgb(146,7,2); }

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

background-color css

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

 a { background-color: rgb(146,7,2); }

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

border-color css

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

 span { border-color: rgb(146,7,2); }

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