Html Css Color HEX #94020E Sangria

📋 copy color: '#94020E'

red 148 ◦ green 2 ◦ blue 14

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

Shades of Sangria #94020E

Tints of Sangria #94020E

RGB

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

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

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

R = 90.24%
G = 1.22%
B = 8.54%

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

#94020E (or 0x94020E) is known color: Sangria. HEX triplet: 94, 02 and 0E. RGB value is (148,2,14). Sum of RGB (Red+Green+Blue) = 148+2+14=164 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.24% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 148 - color contains mainly: red. Hex color #94020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94020E is #6BFDF1. Grayscale: #2F2F2F. Windows color (decimal): -7077362 or 918164. OLE color: 918164.

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

Color convert

RGB 148 2 14 -
CMYK 0 0.99 0.91 0.42
HSL 355.07º 0.97% 0.29% -
HSV(B) 355.07º 0.99% 0.58% -
XYZ 12.31 6.37 1 -
YUV 47.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 148 2 14 0 0.99 0.91 0.42 355.07 0.97 0.29
Hex 94 2 E 0 63 5B 2A 163 61 1D
Octal 224 2 16 0 143 133 52 543 141 35
Binary 10010100 10 1110 0 1100011 1011011 101010 101100011 1100001 11101

Color Harmonies of #94020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94020E

Black with #94020E

Text Example


Text Example

White with #94020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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