Html Css Color HEX #AF1531 Cardinal

📋 copy color: '#AF1531'

red 175 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #AF1531

Tints of Cardinal #AF1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

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

R = 71.43%
G = 8.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF1531 (or 0xAF1531) is known color: Cardinal. HEX triplet: AF, 15 and 31. RGB value is (175,21,49). Sum of RGB (Red+Green+Blue) = 175+21+49=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1531 is #50EACE. Grayscale: #464646. Windows color (decimal): -5302991 or 3216815. OLE color: 3216815.

HSL color Cylindrical-coordinate representation of color #AF1531: hue angle of 349.09º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1531 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 49 -
CMYK 0 0.88 0.72 0.31
HSL 349.09º 0.79% 0.38% -
HSV(B) 349.09º 0.88% 0.69% -
XYZ 18.5 9.87 3.84 -
YUV 70.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 175 21 49 0 0.88 0.72 0.31 349.09 0.79 0.38
Hex AF 15 31 0 58 48 1F 15D 4F 26
Octal 257 25 61 0 130 110 37 535 117 46
Binary 10101111 10101 110001 0 1011000 1001000 11111 101011101 1001111 100110

Color Harmonies of #AF1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1531

Black with #AF1531

Text Example


Text Example

White with #AF1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1531; }

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

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

background-color css

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

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

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

border-color css

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

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

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