Html Css Color HEX #AF1448 Cardinal

📋 copy color: '#AF1448'

red 175 ◦ green 20 ◦ blue 72

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

Shades of Cardinal #AF1448

Tints of Cardinal #AF1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 65.54%
G = 7.49%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF1448 (or 0xAF1448) is known color: Cardinal. HEX triplet: AF, 14 and 48. RGB value is (175,20,72). Sum of RGB (Red+Green+Blue) = 175+20+72=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1448 is #50EBB7. Grayscale: #484848. Windows color (decimal): -5303224 or 4723887. OLE color: 4723887.

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

Color convert

RGB 175 20 72 -
CMYK 0 0.89 0.59 0.31
HSL 339.87º 0.79% 0.38% -
HSV(B) 339.87º 0.89% 0.69% -
XYZ 19.1 10.08 7.07 -
YUV 72.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 175 20 72 0 0.89 0.59 0.31 339.87 0.79 0.38
Hex AF 14 48 0 59 3B 1F 154 4F 26
Octal 257 24 110 0 131 73 37 524 117 46
Binary 10101111 10100 1001000 0 1011001 111011 11111 101010100 1001111 100110

Color Harmonies of #AF1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1448

Black with #AF1448

Text Example


Text Example

White with #AF1448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1448; }

 p { color: rgb(175,20,72); }

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

background-color css

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

 a { background-color: rgb(175,20,72); }

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

border-color css

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

 span { border-color: rgb(175,20,72); }

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