Html Css Color HEX #AF2440 Cardinal

📋 copy color: '#AF2440'

red 175 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #AF2440

Tints of Cardinal #AF2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

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

R = 63.64%
G = 13.09%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2440 (or 0xAF2440) is known color: Cardinal. HEX triplet: AF, 24 and 40. RGB value is (175,36,64). Sum of RGB (Red+Green+Blue) = 175+36+64=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2440 is #50DBBF. Grayscale: #505050. Windows color (decimal): -5299136 or 4203695. OLE color: 4203695.

HSL color Cylindrical-coordinate representation of color #AF2440: hue angle of 347.91º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2440 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 64 -
CMYK 0 0.79 0.63 0.31
HSL 347.91º 0.66% 0.41% -
HSV(B) 347.91º 0.79% 0.69% -
XYZ 19.24 10.75 5.91 -
YUV 80.75 118.55 195.22 -
System Red Green Blue C M Y K H S L
Decimal 175 36 64 0 0.79 0.63 0.31 347.91 0.66 0.41
Hex AF 24 40 0 4F 3F 1F 15C 42 29
Octal 257 44 100 0 117 77 37 534 102 51
Binary 10101111 100100 1000000 0 1001111 111111 11111 101011100 1000010 101001

Color Harmonies of #AF2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2440

Black with #AF2440

Text Example


Text Example

White with #AF2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2440; }

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

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

background-color css

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

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

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

border-color css

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

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

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