Html Css Color HEX #AF1344 Cardinal

📋 copy color: '#AF1344'

red 175 ◦ green 19 ◦ blue 68

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

Shades of Cardinal #AF1344

Tints of Cardinal #AF1344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.95%

R = 66.79%
G = 7.25%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF1344 (or 0xAF1344) is known color: Cardinal. HEX triplet: AF, 13 and 44. RGB value is (175,19,68). Sum of RGB (Red+Green+Blue) = 175+19+68=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1344 is #50ECBB. Grayscale: #474747. Windows color (decimal): -5303484 or 4461487. OLE color: 4461487.

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

Color convert

RGB 175 19 68 -
CMYK 0 0.89 0.61 0.31
HSL 341.15º 0.8% 0.38% -
HSV(B) 341.15º 0.89% 0.69% -
XYZ 18.96 10 6.4 -
YUV 71.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 175 19 68 0 0.89 0.61 0.31 341.15 0.8 0.38
Hex AF 13 44 0 59 3D 1F 155 50 26
Octal 257 23 104 0 131 75 37 525 120 46
Binary 10101111 10011 1000100 0 1011001 111101 11111 101010101 1010000 100110

Color Harmonies of #AF1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1344

Black with #AF1344

Text Example


Text Example

White with #AF1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1344; }

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

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

background-color css

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

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

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

border-color css

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

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

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