Html Css Color HEX #AF213A Cardinal

📋 copy color: '#AF213A'

red 175 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #AF213A

Tints of Cardinal #AF213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 65.79%
G = 12.41%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF213A (or 0xAF213A) is known color: Cardinal. HEX triplet: AF, 21 and 3A. RGB value is (175,33,58). Sum of RGB (Red+Green+Blue) = 175+33+58=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF213A is #50DEC5. Grayscale: #4E4E4E. Windows color (decimal): -5299910 or 3809711. OLE color: 3809711.

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

Color convert

RGB 175 33 58 -
CMYK 0 0.81 0.67 0.31
HSL 349.44º 0.68% 0.41% -
HSV(B) 349.44º 0.81% 0.69% -
XYZ 18.99 10.51 5.03 -
YUV 78.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 175 33 58 0 0.81 0.67 0.31 349.44 0.68 0.41
Hex AF 21 3A 0 51 43 1F 15D 44 29
Octal 257 41 72 0 121 103 37 535 104 51
Binary 10101111 100001 111010 0 1010001 1000011 11111 101011101 1000100 101001

Color Harmonies of #AF213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF213A

Black with #AF213A

Text Example


Text Example

White with #AF213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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