Html Css Color HEX #920F02 Dark Red

📋 copy color: '#920F02'

red 146 ◦ green 15 ◦ blue 2

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

Shades of Dark Red #920F02

Tints of Dark Red #920F02

RGB

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

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

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

R = 89.57%
G = 9.2%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#920F02 (or 0x920F02) is known color: Dark Red. HEX triplet: 92, 0F and 02. RGB value is (146,15,2). Sum of RGB (Red+Green+Blue) = 146+15+2=163 (21% of max value = 765). Red value is 146 (57.42% from 255 or 89.57% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 146 - color contains mainly: red. Hex color #920F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F02 is #6DF0FD. Grayscale: #343434. Windows color (decimal): -7205118 or 135058. OLE color: 135058.

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

Color convert

RGB 146 15 2 -
CMYK 0 0.90 0.99 0.43
HSL 5.42º 0.97% 0.29% -
HSV(B) 5.42º 0.99% 0.57% -
XYZ 12.04 6.46 0.67 -
YUV 52.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 146 15 2 0 0.90 0.99 0.43 5.42 0.97 0.29
Hex 92 F 2 0 5A 63 2B 5 61 1D
Octal 222 17 2 0 132 143 53 5 141 35
Binary 10010010 1111 10 0 1011010 1100011 101011 101 1100001 11101

Color Harmonies of #920F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F02

Black with #920F02

Text Example


Text Example

White with #920F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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