Html Css Color HEX #940402 Dark Red

📋 copy color: '#940402'

red 148 ◦ green 4 ◦ blue 2

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

Shades of Dark Red #940402

Tints of Dark Red #940402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

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

R = 96.1%
G = 2.6%
B = 1.3%

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

#940402 (or 0x940402) is known color: Dark Red. HEX triplet: 94, 04 and 02. RGB value is (148,4,2). Sum of RGB (Red+Green+Blue) = 148+4+2=154 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.10% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 148 - color contains mainly: red. Hex color #940402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940402 is #6BFBFD. Grayscale: #2E2E2E. Windows color (decimal): -7076862 or 132244. OLE color: 132244.

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

Color convert

RGB 148 4 2 -
CMYK 0 0.97 0.99 0.42
HSL 0.82º 0.97% 0.29% -
HSV(B) 0.82º 0.99% 0.58% -
XYZ 12.27 6.39 0.64 -
YUV 46.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 148 4 2 0 0.97 0.99 0.42 0.82 0.97 0.29
Hex 94 4 2 0 61 63 2A 1 61 1D
Octal 224 4 2 0 141 143 52 1 141 35
Binary 10010100 100 10 0 1100001 1100011 101010 1 1100001 11101

Color Harmonies of #940402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940402

Black with #940402

Text Example


Text Example

White with #940402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940402; }

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

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

background-color css

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

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

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

border-color css

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

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

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