Html Css Color HEX #93020E Sangria

📋 copy color: '#93020E'

red 147 ◦ green 2 ◦ blue 14

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

Shades of Sangria #93020E

Tints of Sangria #93020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 14 (5.86% from 255) = 8.59%

R = 90.18%
G = 1.23%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93020E (or 0x93020E) is known color: Sangria. HEX triplet: 93, 02 and 0E. RGB value is (147,2,14). Sum of RGB (Red+Green+Blue) = 147+2+14=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #93020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93020E is #6CFDF1. Grayscale: #2E2E2E. Windows color (decimal): -7142898 or 918163. OLE color: 918163.

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

Color convert

RGB 147 2 14 -
CMYK 0 0.99 0.90 0.42
HSL 355.03º 0.97% 0.29% -
HSV(B) 355.03º 0.99% 0.58% -
XYZ 12.13 6.28 0.99 -
YUV 46.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 147 2 14 0 0.99 0.90 0.42 355.03 0.97 0.29
Hex 93 2 E 0 63 5A 2A 163 61 1D
Octal 223 2 16 0 143 132 52 543 141 35
Binary 10010011 10 1110 0 1100011 1011010 101010 101100011 1100001 11101

Color Harmonies of #93020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93020E

Black with #93020E

Text Example


Text Example

White with #93020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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