Html Css Color HEX #AF1440 Cardinal

📋 copy color: '#AF1440'

red 175 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #AF1440

Tints of Cardinal #AF1440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

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

R = 67.57%
G = 7.72%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1440 (or 0xAF1440) is known color: Cardinal. HEX triplet: AF, 14 and 40. RGB value is (175,20,64). Sum of RGB (Red+Green+Blue) = 175+20+64=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1440 is #50EBBF. Grayscale: #474747. Windows color (decimal): -5303232 or 4199599. OLE color: 4199599.

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

Color convert

RGB 175 20 64 -
CMYK 0 0.89 0.63 0.31
HSL 342.97º 0.79% 0.38% -
HSV(B) 342.97º 0.89% 0.69% -
XYZ 18.85 9.98 5.78 -
YUV 71.36 123.85 201.92 -
System Red Green Blue C M Y K H S L
Decimal 175 20 64 0 0.89 0.63 0.31 342.97 0.79 0.38
Hex AF 14 40 0 59 3F 1F 157 4F 26
Octal 257 24 100 0 131 77 37 527 117 46
Binary 10101111 10100 1000000 0 1011001 111111 11111 101010111 1001111 100110

Color Harmonies of #AF1440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1440

Black with #AF1440

Text Example


Text Example

White with #AF1440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1440; }

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

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

background-color css

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

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

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

border-color css

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

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

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