Html Css Color HEX #74111A Red Berry

📋 copy color: '#74111A'

red 116 ◦ green 17 ◦ blue 26

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

Shades of Red Berry #74111A

Tints of Red Berry #74111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.69%

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 72.96%
G = 10.69%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74111A (or 0x74111A) is known color: Red Berry. HEX triplet: 74, 11 and 1A. RGB value is (116,17,26). Sum of RGB (Red+Green+Blue) = 116+17+26=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #74111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74111A is #8BEEE5. Grayscale: #2F2F2F. Windows color (decimal): -9170662 or 1708404. OLE color: 1708404.

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

Color convert

RGB 116 17 26 -
CMYK 0 0.85 0.78 0.55
HSL 354.55º 0.74% 0.26% -
HSV(B) 354.55º 0.85% 0.45% -
XYZ 7.59 4.19 1.39 -
YUV 47.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 116 17 26 0 0.85 0.78 0.55 354.55 0.74 0.26
Hex 74 11 1A 0 55 4E 37 163 4A 1A
Octal 164 21 32 0 125 116 67 543 112 32
Binary 1110100 10001 11010 0 1010101 1001110 110111 101100011 1001010 11010

Color Harmonies of #74111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74111A

Black with #74111A

Text Example


Text Example

White with #74111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74111A; }

 p { color: rgb(116,17,26); }

 H1.HeaderClassName
 {
   color: #74111A;
 }
 .AnyTagClassName
 {
   color: #74111A;
 }
</style>

background-color css

<style>
 a { background-color: #74111A; }

 a { background-color: rgb(116,17,26); }

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

border-color css

<style>
 span { border-color: #74111A; }

 span { border-color: rgb(116,17,26); }

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