Html Css Color HEX #940203 Sangria

📋 copy color: '#940203'

red 148 ◦ green 2 ◦ blue 3

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

Shades of Sangria #940203

Tints of Sangria #940203

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 148 2 3 -
CMYK 0 0.99 0.98 0.42
HSL 359.59º 0.97% 0.29% -
HSV(B) 359.59º 0.99% 0.58% -
XYZ 12.25 6.35 0.67 -
YUV 45.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 148 2 3 0 0.99 0.98 0.42 359.59 0.97 0.29
Hex 94 2 3 0 63 62 2A 168 61 1D
Octal 224 2 3 0 143 142 52 550 141 35
Binary 10010100 10 11 0 1100011 1100010 101010 101101000 1100001 11101

Color Harmonies of #940203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940203

Black with #940203

Text Example


Text Example

White with #940203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940203; }

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

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

background-color css

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

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

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

border-color css

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

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

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