Html Css Color HEX #74212B Red Berry

📋 copy color: '#74212B'

red 116 ◦ green 33 ◦ blue 43

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

Shades of Red Berry #74212B

Tints of Red Berry #74212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 60.42%
G = 17.19%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74212B (or 0x74212B) is known color: Red Berry. HEX triplet: 74, 21 and 2B. RGB value is (116,33,43). Sum of RGB (Red+Green+Blue) = 116+33+43=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74212B is #8BDED4. Grayscale: #3B3B3B. Windows color (decimal): -9166549 or 2826612. OLE color: 2826612.

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

Color convert

RGB 116 33 43 -
CMYK 0 0.72 0.63 0.55
HSL 352.77º 0.56% 0.29% -
HSV(B) 352.77º 0.72% 0.45% -
XYZ 8.18 4.98 2.81 -
YUV 58.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 116 33 43 0 0.72 0.63 0.55 352.77 0.56 0.29
Hex 74 21 2B 0 48 3F 37 161 38 1D
Octal 164 41 53 0 110 77 67 541 70 35
Binary 1110100 100001 101011 0 1001000 111111 110111 101100001 111000 11101

Color Harmonies of #74212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74212B

Black with #74212B

Text Example


Text Example

White with #74212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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