Html Css Color HEX #AF1944 Cardinal

📋 copy color: '#AF1944'

red 175 ◦ green 25 ◦ blue 68

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

Shades of Cardinal #AF1944

Tints of Cardinal #AF1944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 65.3%
G = 9.33%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF1944 (or 0xAF1944) is known color: Cardinal. HEX triplet: AF, 19 and 44. RGB value is (175,25,68). Sum of RGB (Red+Green+Blue) = 175+25+68=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1944 is #50E6BB. Grayscale: #4A4A4A. Windows color (decimal): -5301948 or 4463023. OLE color: 4463023.

HSL color Cylindrical-coordinate representation of color #AF1944: hue angle of 342.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1944 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 68 -
CMYK 0 0.86 0.61 0.31
HSL 342.8º 0.75% 0.39% -
HSV(B) 342.8º 0.86% 0.69% -
XYZ 19.07 10.23 6.44 -
YUV 74.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 175 25 68 0 0.86 0.61 0.31 342.8 0.75 0.39
Hex AF 19 44 0 56 3D 1F 157 4B 27
Octal 257 31 104 0 126 75 37 527 113 47
Binary 10101111 11001 1000100 0 1010110 111101 11111 101010111 1001011 100111

Color Harmonies of #AF1944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1944

Black with #AF1944

Text Example


Text Example

White with #AF1944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1944; }

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

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

background-color css

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

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

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

border-color css

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

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

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