Html Css Color HEX #940502 Dark Red

📋 copy color: '#940502'

red 148 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #940502

Tints of Dark Red #940502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

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

R = 95.48%
G = 3.23%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#940502 (or 0x940502) is known color: Dark Red. HEX triplet: 94, 05 and 02. RGB value is (148,5,2). Sum of RGB (Red+Green+Blue) = 148+5+2=155 (20% of max value = 765). Red value is 148 (58.20% from 255 or 95.48% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 148 - color contains mainly: red. Hex color #940502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940502 is #6BFAFD. Grayscale: #2F2F2F. Windows color (decimal): -7076606 or 132500. OLE color: 132500.

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

Color convert

RGB 148 5 2 -
CMYK 0 0.97 0.99 0.42
HSL 1.23º 0.97% 0.29% -
HSV(B) 1.23º 0.99% 0.58% -
XYZ 12.28 6.41 0.65 -
YUV 47.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 148 5 2 0 0.97 0.99 0.42 1.23 0.97 0.29
Hex 94 5 2 0 61 63 2A 1 61 1D
Octal 224 5 2 0 141 143 52 1 141 35
Binary 10010100 101 10 0 1100001 1100011 101010 1 1100001 11101

Color Harmonies of #940502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940502

Black with #940502

Text Example


Text Example

White with #940502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940502; }

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

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

background-color css

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

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

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

border-color css

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

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

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