Html Css Color HEX #AF0217 Carmine

📋 copy color: '#AF0217'

red 175 ◦ green 2 ◦ blue 23

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

Shades of Carmine #AF0217

Tints of Carmine #AF0217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 87.5%
G = 1%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF0217 (or 0xAF0217) is known color: Carmine. HEX triplet: AF, 02 and 17. RGB value is (175,2,23). Sum of RGB (Red+Green+Blue) = 175+2+23=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0217 is #50FDE8. Grayscale: #383838. Windows color (decimal): -5307881 or 1508015. OLE color: 1508015.

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

Color convert

RGB 175 2 23 -
CMYK 0 0.99 0.87 0.31
HSL 352.72º 0.98% 0.35% -
HSV(B) 352.72º 0.99% 0.69% -
XYZ 17.86 9.22 1.65 -
YUV 56.12 109.31 212.79 -
System Red Green Blue C M Y K H S L
Decimal 175 2 23 0 0.99 0.87 0.31 352.72 0.98 0.35
Hex AF 2 17 0 63 57 1F 161 62 23
Octal 257 2 27 0 143 127 37 541 142 43
Binary 10101111 10 10111 0 1100011 1010111 11111 101100001 1100010 100011

Color Harmonies of #AF0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0217

Black with #AF0217

Text Example


Text Example

White with #AF0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0217; }

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

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

background-color css

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

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

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

border-color css

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

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

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