Html Css Color HEX #AF2240 Cardinal

📋 copy color: '#AF2240'

red 175 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #AF2240

Tints of Cardinal #AF2240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 64.1%
G = 12.45%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2240 (or 0xAF2240) is known color: Cardinal. HEX triplet: AF, 22 and 40. RGB value is (175,34,64). Sum of RGB (Red+Green+Blue) = 175+34+64=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2240 is #50DDBF. Grayscale: #4F4F4F. Windows color (decimal): -5299648 or 4203183. OLE color: 4203183.

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

Color convert

RGB 175 34 64 -
CMYK 0 0.81 0.63 0.31
HSL 347.23º 0.67% 0.41% -
HSV(B) 347.23º 0.81% 0.69% -
XYZ 19.18 10.63 5.89 -
YUV 79.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 175 34 64 0 0.81 0.63 0.31 347.23 0.67 0.41
Hex AF 22 40 0 51 3F 1F 15B 43 29
Octal 257 42 100 0 121 77 37 533 103 51
Binary 10101111 100010 1000000 0 1010001 111111 11111 101011011 1000011 101001

Color Harmonies of #AF2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2240

Black with #AF2240

Text Example


Text Example

White with #AF2240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2240; }

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

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

background-color css

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

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

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

border-color css

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

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

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