Html Css Color HEX #AF1647 Cardinal

📋 copy color: '#AF1647'

red 175 ◦ green 22 ◦ blue 71

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

Shades of Cardinal #AF1647

Tints of Cardinal #AF1647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 65.3%
G = 8.21%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF1647 (or 0xAF1647) is known color: Cardinal. HEX triplet: AF, 16 and 47. RGB value is (175,22,71). Sum of RGB (Red+Green+Blue) = 175+22+71=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1647 is #50E9B8. Grayscale: #494949. Windows color (decimal): -5302713 or 4658863. OLE color: 4658863.

HSL color Cylindrical-coordinate representation of color #AF1647: hue angle of 340.78º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1647 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 71 -
CMYK 0 0.87 0.59 0.31
HSL 340.78º 0.78% 0.39% -
HSV(B) 340.78º 0.87% 0.69% -
XYZ 19.1 10.14 6.91 -
YUV 73.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 175 22 71 0 0.87 0.59 0.31 340.78 0.78 0.39
Hex AF 16 47 0 57 3B 1F 155 4E 27
Octal 257 26 107 0 127 73 37 525 116 47
Binary 10101111 10110 1000111 0 1010111 111011 11111 101010101 1001110 100111

Color Harmonies of #AF1647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1647

Black with #AF1647

Text Example


Text Example

White with #AF1647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1647; }

 p { color: rgb(175,22,71); }

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

background-color css

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

 a { background-color: rgb(175,22,71); }

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

border-color css

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

 span { border-color: rgb(175,22,71); }

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