Html Css Color HEX #930302 Dark Red

📋 copy color: '#930302'

red 147 ◦ green 3 ◦ blue 2

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

Shades of Dark Red #930302

Tints of Dark Red #930302

RGB

 RED value IS 147 (57.81% from 255) = 96.71%

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

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

R = 96.71%
G = 1.97%
B = 1.32%

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

#930302 (or 0x930302) is known color: Dark Red. HEX triplet: 93, 03 and 02. RGB value is (147,3,2). Sum of RGB (Red+Green+Blue) = 147+3+2=152 (20% of max value = 765). Red value is 147 (57.81% from 255 or 96.71% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 147 - color contains mainly: red. Hex color #930302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930302 is #6CFCFD. Grayscale: #2E2E2E. Windows color (decimal): -7142654 or 131987. OLE color: 131987.

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

Color convert

RGB 147 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.08 6.27 0.63 -
YUV 45.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 147 3 2 0 0.98 0.99 0.42 0.41 0.97 0.29
Hex 93 3 2 0 62 63 2A 0 61 1D
Octal 223 3 2 0 142 143 52 0 141 35
Binary 10010011 11 10 0 1100010 1100011 101010 0 1100001 11101

Color Harmonies of #930302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930302

Black with #930302

Text Example


Text Example

White with #930302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930302; }

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

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

background-color css

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

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

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

border-color css

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

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

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