Html Css Color HEX #74212C Red Berry

📋 copy color: '#74212C'

red 116 ◦ green 33 ◦ blue 44

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

Shades of Red Berry #74212C

Tints of Red Berry #74212C

RGB

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

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

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

R = 60.1%
G = 17.1%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74212C (or 0x74212C) is known color: Red Berry. HEX triplet: 74, 21 and 2C. RGB value is (116,33,44). Sum of RGB (Red+Green+Blue) = 116+33+44=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74212C is #8BDED3. Grayscale: #3B3B3B. Windows color (decimal): -9166548 or 2892148. OLE color: 2892148.

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

Color convert

RGB 116 33 44 -
CMYK 0 0.72 0.62 0.55
HSL 352.05º 0.56% 0.29% -
HSV(B) 352.05º 0.72% 0.45% -
XYZ 8.2 4.98 2.91 -
YUV 59.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 116 33 44 0 0.72 0.62 0.55 352.05 0.56 0.29
Hex 74 21 2C 0 48 3E 37 160 38 1D
Octal 164 41 54 0 110 76 67 540 70 35
Binary 1110100 100001 101100 0 1001000 111110 110111 101100000 111000 11101

Color Harmonies of #74212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74212C

Black with #74212C

Text Example


Text Example

White with #74212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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