Html Css Color HEX #AE024D Jazzberry Jam

📋 copy color: '#AE024D'

red 174 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #AE024D

Tints of Jazzberry Jam #AE024D

RGB

 RED value IS 174 (68.36% from 255) = 68.77%

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 68.77%
G = 0.79%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE024D (or 0xAE024D) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 4D. RGB value is (174,2,77). Sum of RGB (Red+Green+Blue) = 174+2+77=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE024D is #51FDB2. Grayscale: #3D3D3D. Windows color (decimal): -5373363 or 5046958. OLE color: 5046958.

HSL color Cylindrical-coordinate representation of color #AE024D: hue angle of 333.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE024D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 77 -
CMYK 0 0.99 0.56 0.32
HSL 333.84º 0.98% 0.35% -
HSV(B) 333.84º 0.99% 0.68% -
XYZ 18.82 9.58 7.88 -
YUV 61.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 174 2 77 0 0.99 0.56 0.32 333.84 0.98 0.35
Hex AE 2 4D 0 63 38 20 14E 62 23
Octal 256 2 115 0 143 70 40 516 142 43
Binary 10101110 10 1001101 0 1100011 111000 100000 101001110 1100010 100011

Color Harmonies of #AE024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE024D

Black with #AE024D

Text Example


Text Example

White with #AE024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE024D; }

 p { color: rgb(174,2,77); }

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

background-color css

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

 a { background-color: rgb(174,2,77); }

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

border-color css

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

 span { border-color: rgb(174,2,77); }

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