Html Css Color HEX #94010E Sangria

📋 copy color: '#94010E'

red 148 ◦ green 1 ◦ blue 14

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

Shades of Sangria #94010E

Tints of Sangria #94010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 90.8%
G = 0.61%
B = 8.59%

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

#94010E (or 0x94010E) is known color: Sangria. HEX triplet: 94, 01 and 0E. RGB value is (148,1,14). Sum of RGB (Red+Green+Blue) = 148+1+14=163 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.80% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 148 - color contains mainly: red. Hex color #94010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94010E is #6BFEF1. Grayscale: #2E2E2E. Windows color (decimal): -7077618 or 917908. OLE color: 917908.

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

Color convert

RGB 148 1 14 -
CMYK 0 0.99 0.91 0.42
HSL 354.69º 0.99% 0.29% -
HSV(B) 354.69º 0.99% 0.58% -
XYZ 12.3 6.35 0.99 -
YUV 46.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 148 1 14 0 0.99 0.91 0.42 354.69 0.99 0.29
Hex 94 1 E 0 63 5B 2A 163 63 1D
Octal 224 1 16 0 143 133 52 543 143 35
Binary 10010100 1 1110 0 1100011 1011011 101010 101100011 1100011 11101

Color Harmonies of #94010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94010E

Black with #94010E

Text Example


Text Example

White with #94010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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