Html Css Color HEX #AE023E Jazzberry Jam

📋 copy color: '#AE023E'

red 174 ◦ green 2 ◦ blue 62

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

Shades of Jazzberry Jam #AE023E

Tints of Jazzberry Jam #AE023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 73.11%
G = 0.84%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE023E (or 0xAE023E) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 3E. RGB value is (174,2,62). Sum of RGB (Red+Green+Blue) = 174+2+62=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE023E is #51FDC1. Grayscale: #3C3C3C. Windows color (decimal): -5373378 or 4063918. OLE color: 4063918.

HSL color Cylindrical-coordinate representation of color #AE023E: hue angle of 339.07º 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 #AE023E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 62 -
CMYK 0 0.99 0.64 0.32
HSL 339.07º 0.98% 0.35% -
HSV(B) 339.07º 0.99% 0.68% -
XYZ 18.35 9.39 5.4 -
YUV 60.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 174 2 62 0 0.99 0.64 0.32 339.07 0.98 0.35
Hex AE 2 3E 0 63 40 20 153 62 23
Octal 256 2 76 0 143 100 40 523 142 43
Binary 10101110 10 111110 0 1100011 1000000 100000 101010011 1100010 100011

Color Harmonies of #AE023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE023E

Black with #AE023E

Text Example


Text Example

White with #AE023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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