Html Css Color HEX #74101E Red Berry

📋 copy color: '#74101E'

red 116 ◦ green 16 ◦ blue 30

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

Shades of Red Berry #74101E

Tints of Red Berry #74101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 71.6%
G = 9.88%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74101E (or 0x74101E) is known color: Red Berry. HEX triplet: 74, 10 and 1E. RGB value is (116,16,30). Sum of RGB (Red+Green+Blue) = 116+16+30=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74101E is #8BEFE1. Grayscale: #2F2F2F. Windows color (decimal): -9170914 or 1970292. OLE color: 1970292.

HSL color Cylindrical-coordinate representation of color #74101E: hue angle of 351.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74101E is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 30 -
CMYK 0 0.86 0.74 0.55
HSL 351.6º 0.76% 0.26% -
HSV(B) 351.6º 0.86% 0.45% -
XYZ 7.62 4.18 1.63 -
YUV 47.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 116 16 30 0 0.86 0.74 0.55 351.6 0.76 0.26
Hex 74 10 1E 0 56 4A 37 160 4C 1A
Octal 164 20 36 0 126 112 67 540 114 32
Binary 1110100 10000 11110 0 1010110 1001010 110111 101100000 1001100 11010

Color Harmonies of #74101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74101E

Black with #74101E

Text Example


Text Example

White with #74101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,16,30); }

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

background-color css

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

 a { background-color: rgb(116,16,30); }

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

border-color css

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

 span { border-color: rgb(116,16,30); }

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