Html Css Color HEX #AF1740 Cardinal

📋 copy color: '#AF1740'

red 175 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #AF1740

Tints of Cardinal #AF1740

RGB

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

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

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

R = 66.79%
G = 8.78%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1740 (or 0xAF1740) is known color: Cardinal. HEX triplet: AF, 17 and 40. RGB value is (175,23,64). Sum of RGB (Red+Green+Blue) = 175+23+64=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1740 is #50E8BF. Grayscale: #494949. Windows color (decimal): -5302464 or 4200367. OLE color: 4200367.

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

Color convert

RGB 175 23 64 -
CMYK 0 0.87 0.63 0.31
HSL 343.82º 0.77% 0.39% -
HSV(B) 343.82º 0.87% 0.69% -
XYZ 18.91 10.1 5.8 -
YUV 73.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 175 23 64 0 0.87 0.63 0.31 343.82 0.77 0.39
Hex AF 17 40 0 57 3F 1F 158 4D 27
Octal 257 27 100 0 127 77 37 530 115 47
Binary 10101111 10111 1000000 0 1010111 111111 11111 101011000 1001101 100111

Color Harmonies of #AF1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1740

Black with #AF1740

Text Example


Text Example

White with #AF1740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1740; }

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

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

background-color css

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

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

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

border-color css

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

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

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