Html Css Color HEX #AF223E Cardinal

📋 copy color: '#AF223E'

red 175 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #AF223E

Tints of Cardinal #AF223E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 64.58%
G = 12.55%
B = 22.88%

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

#AF223E (or 0xAF223E) is known color: Cardinal. HEX triplet: AF, 22 and 3E. RGB value is (175,34,62). Sum of RGB (Red+Green+Blue) = 175+34+62=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF223E is #50DDC1. Grayscale: #4F4F4F. Windows color (decimal): -5299650 or 4072111. OLE color: 4072111.

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

Color convert

RGB 175 34 62 -
CMYK 0 0.81 0.65 0.31
HSL 348.09º 0.67% 0.41% -
HSV(B) 348.09º 0.81% 0.69% -
XYZ 19.12 10.61 5.6 -
YUV 79.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 175 34 62 0 0.81 0.65 0.31 348.09 0.67 0.41
Hex AF 22 3E 0 51 41 1F 15C 43 29
Octal 257 42 76 0 121 101 37 534 103 51
Binary 10101111 100010 111110 0 1010001 1000001 11111 101011100 1000011 101001

Color Harmonies of #AF223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF223E

Black with #AF223E

Text Example


Text Example

White with #AF223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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