Html Css Color HEX #AF1337 Cardinal

📋 copy color: '#AF1337'

red 175 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #AF1337

Tints of Cardinal #AF1337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.09%

R = 70.28%
G = 7.63%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF1337 (or 0xAF1337) is known color: Cardinal. HEX triplet: AF, 13 and 37. RGB value is (175,19,55). Sum of RGB (Red+Green+Blue) = 175+19+55=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1337 is #50ECC8. Grayscale: #454545. Windows color (decimal): -5303497 or 3609519. OLE color: 3609519.

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

Color convert

RGB 175 19 55 -
CMYK 0 0.89 0.69 0.31
HSL 346.15º 0.8% 0.38% -
HSV(B) 346.15º 0.89% 0.69% -
XYZ 18.6 9.86 4.54 -
YUV 69.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 175 19 55 0 0.89 0.69 0.31 346.15 0.8 0.38
Hex AF 13 37 0 59 45 1F 15A 50 26
Octal 257 23 67 0 131 105 37 532 120 46
Binary 10101111 10011 110111 0 1011001 1000101 11111 101011010 1010000 100110

Color Harmonies of #AF1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1337

Black with #AF1337

Text Example


Text Example

White with #AF1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1337; }

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

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

background-color css

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

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

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

border-color css

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

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

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