Html Css Color HEX #940302 Dark Red

📋 copy color: '#940302'

red 148 ◦ green 3 ◦ blue 2

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

Shades of Dark Red #940302

Tints of Dark Red #940302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

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

R = 96.73%
G = 1.96%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#940302 (or 0x940302) is known color: Dark Red. HEX triplet: 94, 03 and 02. RGB value is (148,3,2). Sum of RGB (Red+Green+Blue) = 148+3+2=153 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.73% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 148 - color contains mainly: red. Hex color #940302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940302 is #6BFCFD. Grayscale: #2E2E2E. Windows color (decimal): -7077118 or 131988. OLE color: 131988.

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

Color convert

RGB 148 3 2 -
CMYK 0 0.98 0.99 0.42
HSL 0.41º 0.97% 0.29% -
HSV(B) 0.41º 0.99% 0.58% -
XYZ 12.26 6.37 0.64 -
YUV 46.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 148 3 2 0 0.98 0.99 0.42 0.41 0.97 0.29
Hex 94 3 2 0 62 63 2A 0 61 1D
Octal 224 3 2 0 142 143 52 0 141 35
Binary 10010100 11 10 0 1100010 1100011 101010 0 1100001 11101

Color Harmonies of #940302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940302

Black with #940302

Text Example


Text Example

White with #940302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940302; }

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

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

background-color css

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

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

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

border-color css

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

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

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