Html Css Color HEX #AF1731 Cardinal

📋 copy color: '#AF1731'

red 175 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #AF1731

Tints of Cardinal #AF1731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 70.85%
G = 9.31%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF1731 (or 0xAF1731) is known color: Cardinal. HEX triplet: AF, 17 and 31. RGB value is (175,23,49). Sum of RGB (Red+Green+Blue) = 175+23+49=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1731 is #50E8CE. Grayscale: #474747. Windows color (decimal): -5302479 or 3217327. OLE color: 3217327.

HSL color Cylindrical-coordinate representation of color #AF1731: hue angle of 349.74º degrees, saturation: 0.77, 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 #AF1731 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 49 -
CMYK 0 0.87 0.72 0.31
HSL 349.74º 0.77% 0.39% -
HSV(B) 349.74º 0.87% 0.69% -
XYZ 18.54 9.95 3.85 -
YUV 71.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 175 23 49 0 0.87 0.72 0.31 349.74 0.77 0.39
Hex AF 17 31 0 57 48 1F 15E 4D 27
Octal 257 27 61 0 127 110 37 536 115 47
Binary 10101111 10111 110001 0 1010111 1001000 11111 101011110 1001101 100111

Color Harmonies of #AF1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1731

Black with #AF1731

Text Example


Text Example

White with #AF1731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1731; }

 p { color: rgb(175,23,49); }

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

background-color css

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

 a { background-color: rgb(175,23,49); }

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

border-color css

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

 span { border-color: rgb(175,23,49); }

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