Html Css Color HEX #74111C Red Berry

📋 copy color: '#74111C'

red 116 ◦ green 17 ◦ blue 28

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

Shades of Red Berry #74111C

Tints of Red Berry #74111C

RGB

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

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

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

R = 72.05%
G = 10.56%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74111C (or 0x74111C) is known color: Red Berry. HEX triplet: 74, 11 and 1C. RGB value is (116,17,28). Sum of RGB (Red+Green+Blue) = 116+17+28=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #74111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74111C is #8BEEE3. Grayscale: #2F2F2F. Windows color (decimal): -9170660 or 1839476. OLE color: 1839476.

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

Color convert

RGB 116 17 28 -
CMYK 0 0.85 0.76 0.55
HSL 353.33º 0.74% 0.26% -
HSV(B) 353.33º 0.85% 0.45% -
XYZ 7.61 4.2 1.51 -
YUV 47.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 116 17 28 0 0.85 0.76 0.55 353.33 0.74 0.26
Hex 74 11 1C 0 55 4C 37 161 4A 1A
Octal 164 21 34 0 125 114 67 541 112 32
Binary 1110100 10001 11100 0 1010101 1001100 110111 101100001 1001010 11010

Color Harmonies of #74111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74111C

Black with #74111C

Text Example


Text Example

White with #74111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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