Html Css Color HEX #74141C Red Berry

📋 copy color: '#74141C'

red 116 ◦ green 20 ◦ blue 28

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

Shades of Red Berry #74141C

Tints of Red Berry #74141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

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

R = 70.73%
G = 12.2%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74141C (or 0x74141C) is known color: Red Berry. HEX triplet: 74, 14 and 1C. RGB value is (116,20,28). Sum of RGB (Red+Green+Blue) = 116+20+28=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #74141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74141C is #8BEBE3. Grayscale: #313131. Windows color (decimal): -9169892 or 1840244. OLE color: 1840244.

HSL color Cylindrical-coordinate representation of color #74141C: hue angle of 355º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74141C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 20 28 -
CMYK 0 0.83 0.76 0.55
HSL 355º 0.71% 0.27% -
HSV(B) 355º 0.83% 0.45% -
XYZ 7.66 4.3 1.52 -
YUV 49.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 116 20 28 0 0.83 0.76 0.55 355 0.71 0.27
Hex 74 14 1C 0 53 4C 37 163 47 1B
Octal 164 24 34 0 123 114 67 543 107 33
Binary 1110100 10100 11100 0 1010011 1001100 110111 101100011 1000111 11011

Color Harmonies of #74141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74141C

Black with #74141C

Text Example


Text Example

White with #74141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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