Html Css Color HEX #AF013E Jazzberry Jam

📋 copy color: '#AF013E'

red 175 ◦ green 1 ◦ blue 62

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

Shades of Jazzberry Jam #AF013E

Tints of Jazzberry Jam #AF013E

RGB

 RED value IS 175 (68.75% from 255) = 73.53%

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 73.53%
G = 0.42%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF013E (or 0xAF013E) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 3E. RGB value is (175,1,62). Sum of RGB (Red+Green+Blue) = 175+1+62=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF013E is #50FEC1. Grayscale: #3B3B3B. Windows color (decimal): -5308098 or 4063663. OLE color: 4063663.

HSL color Cylindrical-coordinate representation of color #AF013E: hue angle of 338.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF013E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 62 -
CMYK 0 0.99 0.65 0.31
HSL 338.97º 0.99% 0.35% -
HSV(B) 338.97º 0.99% 0.69% -
XYZ 18.56 9.48 5.41 -
YUV 59.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 175 1 62 0 0.99 0.65 0.31 338.97 0.99 0.35
Hex AF 1 3E 0 63 41 1F 153 63 23
Octal 257 1 76 0 143 101 37 523 143 43
Binary 10101111 1 111110 0 1100011 1000001 11111 101010011 1100011 100011

Color Harmonies of #AF013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF013E

Black with #AF013E

Text Example


Text Example

White with #AF013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF013E; }

 p { color: rgb(175,1,62); }

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

background-color css

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

 a { background-color: rgb(175,1,62); }

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

border-color css

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

 span { border-color: rgb(175,1,62); }

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