Html Css Color HEX #AF1441 Cardinal

📋 copy color: '#AF1441'

red 175 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #AF1441

Tints of Cardinal #AF1441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25%

R = 67.31%
G = 7.69%
B = 25%

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

#AF1441 (or 0xAF1441) is known color: Cardinal. HEX triplet: AF, 14 and 41. RGB value is (175,20,65). Sum of RGB (Red+Green+Blue) = 175+20+65=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1441 is #50EBBE. Grayscale: #474747. Windows color (decimal): -5303231 or 4265135. OLE color: 4265135.

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

Color convert

RGB 175 20 65 -
CMYK 0 0.89 0.63 0.31
HSL 342.58º 0.79% 0.38% -
HSV(B) 342.58º 0.89% 0.69% -
XYZ 18.88 10 5.94 -
YUV 71.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 175 20 65 0 0.89 0.63 0.31 342.58 0.79 0.38
Hex AF 14 41 0 59 3F 1F 157 4F 26
Octal 257 24 101 0 131 77 37 527 117 46
Binary 10101111 10100 1000001 0 1011001 111111 11111 101010111 1001111 100110

Color Harmonies of #AF1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1441

Black with #AF1441

Text Example


Text Example

White with #AF1441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1441; }

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

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

background-color css

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

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

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

border-color css

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

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

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