Html Css Color HEX #74101D Red Berry

📋 copy color: '#74101D'

red 116 ◦ green 16 ◦ blue 29

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

Shades of Red Berry #74101D

Tints of Red Berry #74101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 72.05%
G = 9.94%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74101D (or 0x74101D) is known color: Red Berry. HEX triplet: 74, 10 and 1D. RGB value is (116,16,29). Sum of RGB (Red+Green+Blue) = 116+16+29=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #74101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74101D is #8BEFE2. Grayscale: #2F2F2F. Windows color (decimal): -9170915 or 1904756. OLE color: 1904756.

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

Color convert

RGB 116 16 29 -
CMYK 0 0.86 0.75 0.55
HSL 352.2º 0.76% 0.26% -
HSV(B) 352.2º 0.86% 0.45% -
XYZ 7.61 4.17 1.57 -
YUV 47.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 116 16 29 0 0.86 0.75 0.55 352.2 0.76 0.26
Hex 74 10 1D 0 56 4B 37 160 4C 1A
Octal 164 20 35 0 126 113 67 540 114 32
Binary 1110100 10000 11101 0 1010110 1001011 110111 101100000 1001100 11010

Color Harmonies of #74101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74101D

Black with #74101D

Text Example


Text Example

White with #74101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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