Html Css Color HEX #AF1947 Cardinal

📋 copy color: '#AF1947'

red 175 ◦ green 25 ◦ blue 71

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

Shades of Cardinal #AF1947

Tints of Cardinal #AF1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

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

R = 64.58%
G = 9.23%
B = 26.2%

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

#AF1947 (or 0xAF1947) is known color: Cardinal. HEX triplet: AF, 19 and 47. RGB value is (175,25,71). Sum of RGB (Red+Green+Blue) = 175+25+71=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1947 is #50E6B8. Grayscale: #4B4B4B. Windows color (decimal): -5301945 or 4659631. OLE color: 4659631.

HSL color Cylindrical-coordinate representation of color #AF1947: hue angle of 341.6º degrees, saturation: 0.75, 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 #AF1947 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 71 -
CMYK 0 0.86 0.59 0.31
HSL 341.6º 0.75% 0.39% -
HSV(B) 341.6º 0.86% 0.69% -
XYZ 19.16 10.26 6.93 -
YUV 75.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 175 25 71 0 0.86 0.59 0.31 341.6 0.75 0.39
Hex AF 19 47 0 56 3B 1F 156 4B 27
Octal 257 31 107 0 126 73 37 526 113 47
Binary 10101111 11001 1000111 0 1010110 111011 11111 101010110 1001011 100111

Color Harmonies of #AF1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1947

Black with #AF1947

Text Example


Text Example

White with #AF1947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1947; }

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

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

background-color css

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

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

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

border-color css

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

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

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