#af1e42

Color #AF1E42 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AF1E42

Tints of Cardinal #AF1E42

Color information

#AF1E42 (or 0xAF1E42) is unknown color: approx Cardinal. HEX triplet: AF, 1E and 42. RGB value is (175,30,66). Sum of RGB (Red+Green+Blue) = 175+30+66=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1E42 is #50E1BD. Grayscale: #4D4D4D. Windows color (decimal): -5300670 or 4333231. OLE color: 4333231.

HSL color Cylindrical-coordinate representation of color #AF1E42: hue angle of 345.1º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E42 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1753066-
CMYK00.830.620.31
HSL345.1º70.73%40.2%-
HSV(B)345.1º82.86%68.63%-
XYZ19.1310.446.16-
YUV77.46121.54197.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=64.58%
G=11.07%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175306600.830.620.31345.170.7340.2
HexAF1E420533E1F1594728
Octal257361020123763753110750
Binary1010111111110100001001010011111110111111010110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1e42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1e42; }

 p { color: rgb(175,30,66); }

 H1.HeaderClassName
 {
   color: #af1e42;
 }
 .AnyTagClassName
 {
   color: #af1e42;
 }
</style>
background-color css

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

 a { background-color: rgb(175,30,66); }

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

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

 span { border-color: rgb(175,30,66); }

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