Html Css Color HEX #74101C Red Berry

📋 copy color: '#74101C'

red 116 ◦ green 16 ◦ blue 28

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

Shades of Red Berry #74101C

Tints of Red Berry #74101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 72.5%
G = 10%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74101C (or 0x74101C) is known color: Red Berry. HEX triplet: 74, 10 and 1C. RGB value is (116,16,28). Sum of RGB (Red+Green+Blue) = 116+16+28=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #74101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74101C is #8BEFE3. Grayscale: #2F2F2F. Windows color (decimal): -9170916 or 1839220. OLE color: 1839220.

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

Color convert

RGB 116 16 28 -
CMYK 0 0.86 0.76 0.55
HSL 352.8º 0.76% 0.26% -
HSV(B) 352.8º 0.86% 0.45% -
XYZ 7.6 4.17 1.5 -
YUV 47.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 116 16 28 0 0.86 0.76 0.55 352.8 0.76 0.26
Hex 74 10 1C 0 56 4C 37 161 4C 1A
Octal 164 20 34 0 126 114 67 541 114 32
Binary 1110100 10000 11100 0 1010110 1001100 110111 101100001 1001100 11010

Color Harmonies of #74101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74101C

Black with #74101C

Text Example


Text Example

White with #74101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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