Html Css Color HEX #74222C Red Berry

📋 copy color: '#74222C'

red 116 ◦ green 34 ◦ blue 44

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

Shades of Red Berry #74222C

Tints of Red Berry #74222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 59.79%
G = 17.53%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74222C (or 0x74222C) is known color: Red Berry. HEX triplet: 74, 22 and 2C. RGB value is (116,34,44). Sum of RGB (Red+Green+Blue) = 116+34+44=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74222C is #8BDDD3. Grayscale: #3B3B3B. Windows color (decimal): -9166292 or 2892404. OLE color: 2892404.

HSL color Cylindrical-coordinate representation of color #74222C: hue angle of 352.68º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74222C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 44 -
CMYK 0 0.71 0.62 0.55
HSL 352.68º 0.55% 0.29% -
HSV(B) 352.68º 0.71% 0.45% -
XYZ 8.23 5.04 2.92 -
YUV 59.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 116 34 44 0 0.71 0.62 0.55 352.68 0.55 0.29
Hex 74 22 2C 0 47 3E 37 161 37 1D
Octal 164 42 54 0 107 76 67 541 67 35
Binary 1110100 100010 101100 0 1000111 111110 110111 101100001 110111 11101

Color Harmonies of #74222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74222C

Black with #74222C

Text Example


Text Example

White with #74222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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