Html Css Color HEX #940702 Dark Red

📋 copy color: '#940702'

red 148 ◦ green 7 ◦ blue 2

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

Shades of Dark Red #940702

Tints of Dark Red #940702

RGB

 RED value IS 148 (58.2% from 255) = 94.27%

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

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

R = 94.27%
G = 4.46%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#940702 (or 0x940702) is known color: Dark Red. HEX triplet: 94, 07 and 02. RGB value is (148,7,2). Sum of RGB (Red+Green+Blue) = 148+7+2=157 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.27% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 148 - color contains mainly: red. Hex color #940702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940702 is #6BF8FD. Grayscale: #303030. Windows color (decimal): -7076094 or 133012. OLE color: 133012.

HSL color Cylindrical-coordinate representation of color #940702: hue angle of 2.05º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940702 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 7 2 -
CMYK 0 0.95 0.99 0.42
HSL 2.05º 0.97% 0.29% -
HSV(B) 2.05º 0.99% 0.58% -
XYZ 12.3 6.45 0.65 -
YUV 48.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 148 7 2 0 0.95 0.99 0.42 2.05 0.97 0.29
Hex 94 7 2 0 5F 63 2A 2 61 1D
Octal 224 7 2 0 137 143 52 2 141 35
Binary 10010100 111 10 0 1011111 1100011 101010 10 1100001 11101

Color Harmonies of #940702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940702

Black with #940702

Text Example


Text Example

White with #940702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940702; }

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

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

background-color css

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

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

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

border-color css

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

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

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