Html Css Color HEX #AF0215 Carmine

📋 copy color: '#AF0215'

red 175 ◦ green 2 ◦ blue 21

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

Shades of Carmine #AF0215

Tints of Carmine #AF0215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.61%

R = 88.38%
G = 1.01%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF0215 (or 0xAF0215) is known color: Carmine. HEX triplet: AF, 02 and 15. RGB value is (175,2,21). Sum of RGB (Red+Green+Blue) = 175+2+21=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0215 is #50FDEA. Grayscale: #373737. Windows color (decimal): -5307883 or 1376943. OLE color: 1376943.

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

Color convert

RGB 175 2 21 -
CMYK 0 0.99 0.88 0.31
HSL 353.41º 0.98% 0.35% -
HSV(B) 353.41º 0.99% 0.69% -
XYZ 17.84 9.21 1.55 -
YUV 55.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 175 2 21 0 0.99 0.88 0.31 353.41 0.98 0.35
Hex AF 2 15 0 63 58 1F 161 62 23
Octal 257 2 25 0 143 130 37 541 142 43
Binary 10101111 10 10101 0 1100011 1011000 11111 101100001 1100010 100011

Color Harmonies of #AF0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0215

Black with #AF0215

Text Example


Text Example

White with #AF0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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