Html Css Color HEX #AF1743 Cardinal

📋 copy color: '#AF1743'

red 175 ◦ green 23 ◦ blue 67

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

Shades of Cardinal #AF1743

Tints of Cardinal #AF1743

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 66.04%
G = 8.68%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF1743 (or 0xAF1743) is known color: Cardinal. HEX triplet: AF, 17 and 43. RGB value is (175,23,67). Sum of RGB (Red+Green+Blue) = 175+23+67=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1743 is #50E8BC. Grayscale: #494949. Windows color (decimal): -5302461 or 4396975. OLE color: 4396975.

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

Color convert

RGB 175 23 67 -
CMYK 0 0.87 0.62 0.31
HSL 342.63º 0.77% 0.39% -
HSV(B) 342.63º 0.87% 0.69% -
XYZ 19 10.13 6.26 -
YUV 73.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 175 23 67 0 0.87 0.62 0.31 342.63 0.77 0.39
Hex AF 17 43 0 57 3E 1F 157 4D 27
Octal 257 27 103 0 127 76 37 527 115 47
Binary 10101111 10111 1000011 0 1010111 111110 11111 101010111 1001101 100111

Color Harmonies of #AF1743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1743

Black with #AF1743

Text Example


Text Example

White with #AF1743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1743; }

 p { color: rgb(175,23,67); }

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

background-color css

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

 a { background-color: rgb(175,23,67); }

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

border-color css

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

 span { border-color: rgb(175,23,67); }

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