Html Css Color HEX #94010F Sangria

📋 copy color: '#94010F'

red 148 ◦ green 1 ◦ blue 15

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

Shades of Sangria #94010F

Tints of Sangria #94010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 90.24%
G = 0.61%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94010F (or 0x94010F) is known color: Sangria. HEX triplet: 94, 01 and 0F. RGB value is (148,1,15). Sum of RGB (Red+Green+Blue) = 148+1+15=164 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.24% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 148 - color contains mainly: red. Hex color #94010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94010F is #6BFEF0. Grayscale: #2E2E2E. Windows color (decimal): -7077617 or 983444. OLE color: 983444.

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

Color convert

RGB 148 1 15 -
CMYK 0 0.99 0.90 0.42
HSL 354.29º 0.99% 0.29% -
HSV(B) 354.29º 0.99% 0.58% -
XYZ 12.31 6.35 1.03 -
YUV 46.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 148 1 15 0 0.99 0.90 0.42 354.29 0.99 0.29
Hex 94 1 F 0 63 5A 2A 162 63 1D
Octal 224 1 17 0 143 132 52 542 143 35
Binary 10010100 1 1111 0 1100011 1011010 101010 101100010 1100011 11101

Color Harmonies of #94010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94010F

Black with #94010F

Text Example


Text Example

White with #94010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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