Html Css Color HEX #94010D Sangria

📋 copy color: '#94010D'

red 148 ◦ green 1 ◦ blue 13

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

Shades of Sangria #94010D

Tints of Sangria #94010D

RGB

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

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

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

R = 91.36%
G = 0.62%
B = 8.02%

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

#94010D (or 0x94010D) is known color: Sangria. HEX triplet: 94, 01 and 0D. RGB value is (148,1,13). Sum of RGB (Red+Green+Blue) = 148+1+13=162 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.36% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 148 - color contains mainly: red. Hex color #94010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94010D is #6BFEF2. Grayscale: #2E2E2E. Windows color (decimal): -7077619 or 852372. OLE color: 852372.

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

Color convert

RGB 148 1 13 -
CMYK 0 0.99 0.91 0.42
HSL 355.1º 0.99% 0.29% -
HSV(B) 355.1º 0.99% 0.58% -
XYZ 12.3 6.35 0.96 -
YUV 46.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 148 1 13 0 0.99 0.91 0.42 355.1 0.99 0.29
Hex 94 1 D 0 63 5B 2A 163 63 1D
Octal 224 1 15 0 143 133 52 543 143 35
Binary 10010100 1 1101 0 1100011 1011011 101010 101100011 1100011 11101

Color Harmonies of #94010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94010D

Black with #94010D

Text Example


Text Example

White with #94010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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