Html Css Color HEX #AF0240 Jazzberry Jam

📋 copy color: '#AF0240'

red 175 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #AF0240

Tints of Jazzberry Jam #AF0240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 72.61%
G = 0.83%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0240 (or 0xAF0240) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 40. RGB value is (175,2,64). Sum of RGB (Red+Green+Blue) = 175+2+64=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0240 is #50FDBF. Grayscale: #3C3C3C. Windows color (decimal): -5307840 or 4194991. OLE color: 4194991.

HSL color Cylindrical-coordinate representation of color #AF0240: hue angle of 338.5º degrees, saturation: 0.98, 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 #AF0240 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 64 -
CMYK 0 0.99 0.63 0.31
HSL 338.5º 0.98% 0.35% -
HSV(B) 338.5º 0.99% 0.69% -
XYZ 18.63 9.53 5.71 -
YUV 60.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 175 2 64 0 0.99 0.63 0.31 338.5 0.98 0.35
Hex AF 2 40 0 63 3F 1F 152 62 23
Octal 257 2 100 0 143 77 37 522 142 43
Binary 10101111 10 1000000 0 1100011 111111 11111 101010010 1100010 100011

Color Harmonies of #AF0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0240

Black with #AF0240

Text Example


Text Example

White with #AF0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0240; }

 p { color: rgb(175,2,64); }

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

background-color css

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

 a { background-color: rgb(175,2,64); }

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

border-color css

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

 span { border-color: rgb(175,2,64); }

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