Html Css Color HEX #AF1931 Cardinal

📋 copy color: '#AF1931'

red 175 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #AF1931

Tints of Cardinal #AF1931

RGB

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

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

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

R = 70.28%
G = 10.04%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF1931 (or 0xAF1931) is known color: Cardinal. HEX triplet: AF, 19 and 31. RGB value is (175,25,49). Sum of RGB (Red+Green+Blue) = 175+25+49=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1931 is #50E6CE. Grayscale: #484848. Windows color (decimal): -5301967 or 3217839. OLE color: 3217839.

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

Color convert

RGB 175 25 49 -
CMYK 0 0.86 0.72 0.31
HSL 350.4º 0.75% 0.39% -
HSV(B) 350.4º 0.86% 0.69% -
XYZ 18.58 10.03 3.86 -
YUV 72.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 175 25 49 0 0.86 0.72 0.31 350.4 0.75 0.39
Hex AF 19 31 0 56 48 1F 15E 4B 27
Octal 257 31 61 0 126 110 37 536 113 47
Binary 10101111 11001 110001 0 1010110 1001000 11111 101011110 1001011 100111

Color Harmonies of #AF1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1931

Black with #AF1931

Text Example


Text Example

White with #AF1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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