Html Css Color HEX #AF0214 Carmine

📋 copy color: '#AF0214'

red 175 ◦ green 2 ◦ blue 20

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

Shades of Carmine #AF0214

Tints of Carmine #AF0214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 88.83%
G = 1.02%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF0214 (or 0xAF0214) is known color: Carmine. HEX triplet: AF, 02 and 14. RGB value is (175,2,20). Sum of RGB (Red+Green+Blue) = 175+2+20=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0214 is #50FDEB. Grayscale: #373737. Windows color (decimal): -5307884 or 1311407. OLE color: 1311407.

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

Color convert

RGB 175 2 20 -
CMYK 0 0.99 0.89 0.31
HSL 353.76º 0.98% 0.35% -
HSV(B) 353.76º 0.99% 0.69% -
XYZ 17.83 9.21 1.5 -
YUV 55.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 175 2 20 0 0.99 0.89 0.31 353.76 0.98 0.35
Hex AF 2 14 0 63 59 1F 162 62 23
Octal 257 2 24 0 143 131 37 542 142 43
Binary 10101111 10 10100 0 1100011 1011001 11111 101100010 1100010 100011

Color Harmonies of #AF0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0214

Black with #AF0214

Text Example


Text Example

White with #AF0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0214; }

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

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

background-color css

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

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

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

border-color css

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

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

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