Html Css Color HEX #AF1847 Cardinal

📋 copy color: '#AF1847'

red 175 ◦ green 24 ◦ blue 71

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

Shades of Cardinal #AF1847

Tints of Cardinal #AF1847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 64.81%
G = 8.89%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF1847 (or 0xAF1847) is known color: Cardinal. HEX triplet: AF, 18 and 47. RGB value is (175,24,71). Sum of RGB (Red+Green+Blue) = 175+24+71=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1847 is #50E7B8. Grayscale: #4A4A4A. Windows color (decimal): -5302201 or 4659375. OLE color: 4659375.

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

Color convert

RGB 175 24 71 -
CMYK 0 0.86 0.59 0.31
HSL 341.32º 0.76% 0.39% -
HSV(B) 341.32º 0.86% 0.69% -
XYZ 19.14 10.22 6.93 -
YUV 74.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 175 24 71 0 0.86 0.59 0.31 341.32 0.76 0.39
Hex AF 18 47 0 56 3B 1F 155 4C 27
Octal 257 30 107 0 126 73 37 525 114 47
Binary 10101111 11000 1000111 0 1010110 111011 11111 101010101 1001100 100111

Color Harmonies of #AF1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1847

Black with #AF1847

Text Example


Text Example

White with #AF1847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1847; }

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

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

background-color css

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

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

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

border-color css

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

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

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