Html Css Color HEX #74212E Red Berry

📋 copy color: '#74212E'

red 116 ◦ green 33 ◦ blue 46

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

Shades of Red Berry #74212E

Tints of Red Berry #74212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

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

R = 59.49%
G = 16.92%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74212E (or 0x74212E) is known color: Red Berry. HEX triplet: 74, 21 and 2E. RGB value is (116,33,46). Sum of RGB (Red+Green+Blue) = 116+33+46=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74212E is #8BDED1. Grayscale: #3B3B3B. Windows color (decimal): -9166546 or 3023220. OLE color: 3023220.

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

Color convert

RGB 116 33 46 -
CMYK 0 0.72 0.60 0.55
HSL 350.6º 0.56% 0.29% -
HSV(B) 350.6º 0.72% 0.45% -
XYZ 8.24 5 3.12 -
YUV 59.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 116 33 46 0 0.72 0.60 0.55 350.6 0.56 0.29
Hex 74 21 2E 0 48 3C 37 15F 38 1D
Octal 164 41 56 0 110 74 67 537 70 35
Binary 1110100 100001 101110 0 1001000 111100 110111 101011111 111000 11101

Color Harmonies of #74212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74212E

Black with #74212E

Text Example


Text Example

White with #74212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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