Html Css Color HEX #AF2139 Cardinal

📋 copy color: '#AF2139'

red 175 ◦ green 33 ◦ blue 57

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

Shades of Cardinal #AF2139

Tints of Cardinal #AF2139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 66.04%
G = 12.45%
B = 21.51%

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

#AF2139 (or 0xAF2139) is known color: Cardinal. HEX triplet: AF, 21 and 39. RGB value is (175,33,57). Sum of RGB (Red+Green+Blue) = 175+33+57=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2139 is #50DEC6. Grayscale: #4E4E4E. Windows color (decimal): -5299911 or 3744175. OLE color: 3744175.

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

Color convert

RGB 175 33 57 -
CMYK 0 0.81 0.67 0.31
HSL 349.86º 0.68% 0.41% -
HSV(B) 349.86º 0.81% 0.69% -
XYZ 18.96 10.5 4.9 -
YUV 78.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 175 33 57 0 0.81 0.67 0.31 349.86 0.68 0.41
Hex AF 21 39 0 51 43 1F 15E 44 29
Octal 257 41 71 0 121 103 37 536 104 51
Binary 10101111 100001 111001 0 1010001 1000011 11111 101011110 1000100 101001

Color Harmonies of #AF2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2139

Black with #AF2139

Text Example


Text Example

White with #AF2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2139; }

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

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

background-color css

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

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

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

border-color css

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

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

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