Html Css Color HEX #AF2140 Cardinal

📋 copy color: '#AF2140'

red 175 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #AF2140

Tints of Cardinal #AF2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

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

R = 64.34%
G = 12.13%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2140 (or 0xAF2140) is known color: Cardinal. HEX triplet: AF, 21 and 40. RGB value is (175,33,64). Sum of RGB (Red+Green+Blue) = 175+33+64=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2140 is #50DEBF. Grayscale: #4F4F4F. Windows color (decimal): -5299904 or 4202927. OLE color: 4202927.

HSL color Cylindrical-coordinate representation of color #AF2140: hue angle of 346.9º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2140 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 64 -
CMYK 0 0.81 0.63 0.31
HSL 346.9º 0.68% 0.41% -
HSV(B) 346.9º 0.81% 0.69% -
XYZ 19.15 10.57 5.88 -
YUV 78.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 175 33 64 0 0.81 0.63 0.31 346.9 0.68 0.41
Hex AF 21 40 0 51 3F 1F 15B 44 29
Octal 257 41 100 0 121 77 37 533 104 51
Binary 10101111 100001 1000000 0 1010001 111111 11111 101011011 1000100 101001

Color Harmonies of #AF2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2140

Black with #AF2140

Text Example


Text Example

White with #AF2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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