Html Css Color HEX #AF1540 Cardinal

📋 copy color: '#AF1540'

red 175 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #AF1540

Tints of Cardinal #AF1540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 67.31%
G = 8.08%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1540 (or 0xAF1540) is known color: Cardinal. HEX triplet: AF, 15 and 40. RGB value is (175,21,64). Sum of RGB (Red+Green+Blue) = 175+21+64=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1540 is #50EABF. Grayscale: #474747. Windows color (decimal): -5302976 or 4199855. OLE color: 4199855.

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

Color convert

RGB 175 21 64 -
CMYK 0 0.88 0.63 0.31
HSL 343.25º 0.79% 0.38% -
HSV(B) 343.25º 0.88% 0.69% -
XYZ 18.87 10.02 5.79 -
YUV 71.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 175 21 64 0 0.88 0.63 0.31 343.25 0.79 0.38
Hex AF 15 40 0 58 3F 1F 157 4F 26
Octal 257 25 100 0 130 77 37 527 117 46
Binary 10101111 10101 1000000 0 1011000 111111 11111 101010111 1001111 100110

Color Harmonies of #AF1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1540

Black with #AF1540

Text Example


Text Example

White with #AF1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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