Html Css Color HEX #940210 Sangria

📋 copy color: '#940210'

red 148 ◦ green 2 ◦ blue 16

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

Shades of Sangria #940210

Tints of Sangria #940210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 89.16%
G = 1.2%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#940210 (or 0x940210) is known color: Sangria. HEX triplet: 94, 02 and 10. RGB value is (148,2,16). Sum of RGB (Red+Green+Blue) = 148+2+16=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #940210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940210 is #6BFDEF. Grayscale: #2F2F2F. Windows color (decimal): -7077360 or 1049236. OLE color: 1049236.

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

Color convert

RGB 148 2 16 -
CMYK 0 0.99 0.89 0.42
HSL 354.25º 0.97% 0.29% -
HSV(B) 354.25º 0.99% 0.58% -
XYZ 12.33 6.38 1.07 -
YUV 47.25 110.37 199.86 -
System Red Green Blue C M Y K H S L
Decimal 148 2 16 0 0.99 0.89 0.42 354.25 0.97 0.29
Hex 94 2 10 0 63 59 2A 162 61 1D
Octal 224 2 20 0 143 131 52 542 141 35
Binary 10010100 10 10000 0 1100011 1011001 101010 101100010 1100001 11101

Color Harmonies of #940210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940210

Black with #940210

Text Example


Text Example

White with #940210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940210; }

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

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

background-color css

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

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

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

border-color css

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

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

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