Html Css Color HEX #AF1739 Cardinal

📋 copy color: '#AF1739'

red 175 ◦ green 23 ◦ blue 57

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

Shades of Cardinal #AF1739

Tints of Cardinal #AF1739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.35%

R = 68.63%
G = 9.02%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF1739 (or 0xAF1739) is known color: Cardinal. HEX triplet: AF, 17 and 39. RGB value is (175,23,57). Sum of RGB (Red+Green+Blue) = 175+23+57=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1739 is #50E8C6. Grayscale: #484848. Windows color (decimal): -5302471 or 3741615. OLE color: 3741615.

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

Color convert

RGB 175 23 57 -
CMYK 0 0.87 0.67 0.31
HSL 346.58º 0.77% 0.39% -
HSV(B) 346.58º 0.87% 0.69% -
XYZ 18.72 10.02 4.82 -
YUV 72.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 175 23 57 0 0.87 0.67 0.31 346.58 0.77 0.39
Hex AF 17 39 0 57 43 1F 15B 4D 27
Octal 257 27 71 0 127 103 37 533 115 47
Binary 10101111 10111 111001 0 1010111 1000011 11111 101011011 1001101 100111

Color Harmonies of #AF1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1739

Black with #AF1739

Text Example


Text Example

White with #AF1739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1739; }

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

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

background-color css

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

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

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

border-color css

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

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

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