Html Css Color HEX #74242E Red Berry

📋 copy color: '#74242E'

red 116 ◦ green 36 ◦ blue 46

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

Shades of Red Berry #74242E

Tints of Red Berry #74242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.18%

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 58.59%
G = 18.18%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74242E (or 0x74242E) is known color: Red Berry. HEX triplet: 74, 24 and 2E. RGB value is (116,36,46). Sum of RGB (Red+Green+Blue) = 116+36+46=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74242E is #8BDBD1. Grayscale: #3D3D3D. Windows color (decimal): -9165778 or 3023988. OLE color: 3023988.

HSL color Cylindrical-coordinate representation of color #74242E: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74242E is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 46 -
CMYK 0 0.69 0.60 0.55
HSL 352.5º 0.53% 0.3% -
HSV(B) 352.5º 0.69% 0.45% -
XYZ 8.33 5.17 3.14 -
YUV 61.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 116 36 46 0 0.69 0.60 0.55 352.5 0.53 0.3
Hex 74 24 2E 0 45 3C 37 160 35 1E
Octal 164 44 56 0 105 74 67 540 65 36
Binary 1110100 100100 101110 0 1000101 111100 110111 101100000 110101 11110

Color Harmonies of #74242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74242E

Black with #74242E

Text Example


Text Example

White with #74242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74242E; }

 p { color: rgb(116,36,46); }

 H1.HeaderClassName
 {
   color: #74242E;
 }
 .AnyTagClassName
 {
   color: #74242E;
 }
</style>

background-color css

<style>
 a { background-color: #74242E; }

 a { background-color: rgb(116,36,46); }

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

border-color css

<style>
 span { border-color: #74242E; }

 span { border-color: rgb(116,36,46); }

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