Html Css Color HEX #74242F Red Berry

📋 copy color: '#74242F'

red 116 ◦ green 36 ◦ blue 47

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

Shades of Red Berry #74242F

Tints of Red Berry #74242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 58.29%
G = 18.09%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74242F (or 0x74242F) is known color: Red Berry. HEX triplet: 74, 24 and 2F. RGB value is (116,36,47). Sum of RGB (Red+Green+Blue) = 116+36+47=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74242F is #8BDBD0. Grayscale: #3D3D3D. Windows color (decimal): -9165777 or 3089524. OLE color: 3089524.

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

Color convert

RGB 116 36 47 -
CMYK 0 0.69 0.59 0.55
HSL 351.75º 0.53% 0.3% -
HSV(B) 351.75º 0.69% 0.45% -
XYZ 8.35 5.18 3.25 -
YUV 61.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 116 36 47 0 0.69 0.59 0.55 351.75 0.53 0.3
Hex 74 24 2F 0 45 3B 37 160 35 1E
Octal 164 44 57 0 105 73 67 540 65 36
Binary 1110100 100100 101111 0 1000101 111011 110111 101100000 110101 11110

Color Harmonies of #74242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74242F

Black with #74242F

Text Example


Text Example

White with #74242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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