Html Css Color HEX #AF1341 Cardinal

📋 copy color: '#AF1341'

red 175 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #AF1341

Tints of Cardinal #AF1341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 67.57%
G = 7.34%
B = 25.1%

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

#AF1341 (or 0xAF1341) is known color: Cardinal. HEX triplet: AF, 13 and 41. RGB value is (175,19,65). Sum of RGB (Red+Green+Blue) = 175+19+65=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1341 is #50ECBE. Grayscale: #464646. Windows color (decimal): -5303487 or 4264879. OLE color: 4264879.

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

Color convert

RGB 175 19 65 -
CMYK 0 0.89 0.63 0.31
HSL 342.31º 0.8% 0.38% -
HSV(B) 342.31º 0.89% 0.69% -
XYZ 18.87 9.96 5.93 -
YUV 70.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 175 19 65 0 0.89 0.63 0.31 342.31 0.8 0.38
Hex AF 13 41 0 59 3F 1F 156 50 26
Octal 257 23 101 0 131 77 37 526 120 46
Binary 10101111 10011 1000001 0 1011001 111111 11111 101010110 1010000 100110

Color Harmonies of #AF1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1341

Black with #AF1341

Text Example


Text Example

White with #AF1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1341; }

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

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

background-color css

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

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

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

border-color css

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

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

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