Html Css Color HEX #AF213F Cardinal

📋 copy color: '#AF213F'

red 175 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #AF213F

Tints of Cardinal #AF213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 64.58%
G = 12.18%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF213F (or 0xAF213F) is known color: Cardinal. HEX triplet: AF, 21 and 3F. RGB value is (175,33,63). Sum of RGB (Red+Green+Blue) = 175+33+63=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF213F is #50DEC0. Grayscale: #4E4E4E. Windows color (decimal): -5299905 or 4137391. OLE color: 4137391.

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

Color convert

RGB 175 33 63 -
CMYK 0 0.81 0.64 0.31
HSL 347.32º 0.68% 0.41% -
HSV(B) 347.32º 0.81% 0.69% -
XYZ 19.12 10.56 5.73 -
YUV 78.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 175 33 63 0 0.81 0.64 0.31 347.32 0.68 0.41
Hex AF 21 3F 0 51 40 1F 15B 44 29
Octal 257 41 77 0 121 100 37 533 104 51
Binary 10101111 100001 111111 0 1010001 1000000 11111 101011011 1000100 101001

Color Harmonies of #AF213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF213F

Black with #AF213F

Text Example


Text Example

White with #AF213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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