Html Css Color HEX #74242C Red Berry

📋 copy color: '#74242C'

red 116 ◦ green 36 ◦ blue 44

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

Shades of Red Berry #74242C

Tints of Red Berry #74242C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.45%

R = 59.18%
G = 18.37%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74242C (or 0x74242C) is known color: Red Berry. HEX triplet: 74, 24 and 2C. RGB value is (116,36,44). Sum of RGB (Red+Green+Blue) = 116+36+44=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74242C is #8BDBD3. Grayscale: #3C3C3C. Windows color (decimal): -9165780 or 2892916. OLE color: 2892916.

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

Color convert

RGB 116 36 44 -
CMYK 0 0.69 0.62 0.55
HSL 354º 0.53% 0.3% -
HSV(B) 354º 0.69% 0.45% -
XYZ 8.29 5.16 2.94 -
YUV 60.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 116 36 44 0 0.69 0.62 0.55 354 0.53 0.3
Hex 74 24 2C 0 45 3E 37 162 35 1E
Octal 164 44 54 0 105 76 67 542 65 36
Binary 1110100 100100 101100 0 1000101 111110 110111 101100010 110101 11110

Color Harmonies of #74242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74242C

Black with #74242C

Text Example


Text Example

White with #74242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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