Html Css Color HEX #74101A Red Berry

📋 copy color: '#74101A'

red 116 ◦ green 16 ◦ blue 26

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

Shades of Red Berry #74101A

Tints of Red Berry #74101A

RGB

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

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

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

R = 73.42%
G = 10.13%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74101A (or 0x74101A) is known color: Red Berry. HEX triplet: 74, 10 and 1A. RGB value is (116,16,26). Sum of RGB (Red+Green+Blue) = 116+16+26=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #74101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74101A is #8BEFE5. Grayscale: #2F2F2F. Windows color (decimal): -9170918 or 1708148. OLE color: 1708148.

HSL color Cylindrical-coordinate representation of color #74101A: hue angle of 354º 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 #74101A is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 26 -
CMYK 0 0.86 0.78 0.55
HSL 354º 0.76% 0.26% -
HSV(B) 354º 0.86% 0.45% -
XYZ 7.57 4.16 1.38 -
YUV 47.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 116 16 26 0 0.86 0.78 0.55 354 0.76 0.26
Hex 74 10 1A 0 56 4E 37 162 4C 1A
Octal 164 20 32 0 126 116 67 542 114 32
Binary 1110100 10000 11010 0 1010110 1001110 110111 101100010 1001100 11010

Color Harmonies of #74101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74101A

Black with #74101A

Text Example


Text Example

White with #74101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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