Html Css Color HEX #94020D Sangria

📋 copy color: '#94020D'

red 148 ◦ green 2 ◦ blue 13

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

Shades of Sangria #94020D

Tints of Sangria #94020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.98%

R = 90.8%
G = 1.23%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94020D (or 0x94020D) is known color: Sangria. HEX triplet: 94, 02 and 0D. RGB value is (148,2,13). Sum of RGB (Red+Green+Blue) = 148+2+13=163 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.80% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 148 - color contains mainly: red. Hex color #94020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94020D is #6BFDF2. Grayscale: #2F2F2F. Windows color (decimal): -7077363 or 852628. OLE color: 852628.

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

Color convert

RGB 148 2 13 -
CMYK 0 0.99 0.91 0.42
HSL 355.48º 0.97% 0.29% -
HSV(B) 355.48º 0.99% 0.58% -
XYZ 12.31 6.37 0.96 -
YUV 46.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 148 2 13 0 0.99 0.91 0.42 355.48 0.97 0.29
Hex 94 2 D 0 63 5B 2A 163 61 1D
Octal 224 2 15 0 143 133 52 543 141 35
Binary 10010100 10 1101 0 1100011 1011011 101010 101100011 1100001 11101

Color Harmonies of #94020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94020D

Black with #94020D

Text Example


Text Example

White with #94020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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