Html Css Color HEX #AF213E Cardinal

📋 copy color: '#AF213E'

red 175 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #AF213E

Tints of Cardinal #AF213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 64.81%
G = 12.22%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF213E (or 0xAF213E) is known color: Cardinal. HEX triplet: AF, 21 and 3E. RGB value is (175,33,62). Sum of RGB (Red+Green+Blue) = 175+33+62=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF213E is #50DEC1. Grayscale: #4E4E4E. Windows color (decimal): -5299906 or 4071855. OLE color: 4071855.

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

Color convert

RGB 175 33 62 -
CMYK 0 0.81 0.65 0.31
HSL 347.75º 0.68% 0.41% -
HSV(B) 347.75º 0.81% 0.69% -
XYZ 19.09 10.55 5.59 -
YUV 78.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 175 33 62 0 0.81 0.65 0.31 347.75 0.68 0.41
Hex AF 21 3E 0 51 41 1F 15C 44 29
Octal 257 41 76 0 121 101 37 534 104 51
Binary 10101111 100001 111110 0 1010001 1000001 11111 101011100 1000100 101001

Color Harmonies of #AF213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF213E

Black with #AF213E

Text Example


Text Example

White with #AF213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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