Html Css Color HEX #740E15 Red Berry

📋 copy color: '#740E15'

red 116 ◦ green 14 ◦ blue 21

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

Shades of Red Berry #740E15

Tints of Red Berry #740E15

RGB

 RED value IS 116 (45.7% from 255) = 76.82%

 GREEN value IS 14 (5.86% from 255) = 9.27%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 76.82%
G = 9.27%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#740E15 (or 0x740E15) is known color: Red Berry. HEX triplet: 74, 0E and 15. RGB value is (116,14,21). Sum of RGB (Red+Green+Blue) = 116+14+21=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #740E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740E15 is #8BF1EA. Grayscale: #2D2D2D. Windows color (decimal): -9171435 or 1379956. OLE color: 1379956.

HSL color Cylindrical-coordinate representation of color #740E15: hue angle of 355.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E15 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 14 21 -
CMYK 0 0.88 0.82 0.55
HSL 355.88º 0.78% 0.25% -
HSV(B) 355.88º 0.88% 0.45% -
XYZ 7.49 4.08 1.1 -
YUV 45.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 116 14 21 0 0.88 0.82 0.55 355.88 0.78 0.25
Hex 74 E 15 0 58 52 37 164 4E 19
Octal 164 16 25 0 130 122 67 544 116 31
Binary 1110100 1110 10101 0 1011000 1010010 110111 101100100 1001110 11001

Color Harmonies of #740E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E15

Black with #740E15

Text Example


Text Example

White with #740E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740E15; }

 p { color: rgb(116,14,21); }

 H1.HeaderClassName
 {
   color: #740E15;
 }
 .AnyTagClassName
 {
   color: #740E15;
 }
</style>

background-color css

<style>
 a { background-color: #740E15; }

 a { background-color: rgb(116,14,21); }

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

border-color css

<style>
 span { border-color: #740E15; }

 span { border-color: rgb(116,14,21); }

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