Html Css Color HEX #AF1940 Cardinal

📋 copy color: '#AF1940'

red 175 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #AF1940

Tints of Cardinal #AF1940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 66.29%
G = 9.47%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1940 (or 0xAF1940) is known color: Cardinal. HEX triplet: AF, 19 and 40. RGB value is (175,25,64). Sum of RGB (Red+Green+Blue) = 175+25+64=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1940 is #50E6BF. Grayscale: #4A4A4A. Windows color (decimal): -5301952 or 4200879. OLE color: 4200879.

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

Color convert

RGB 175 25 64 -
CMYK 0 0.86 0.63 0.31
HSL 344.4º 0.75% 0.39% -
HSV(B) 344.4º 0.86% 0.69% -
XYZ 18.95 10.18 5.82 -
YUV 74.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 175 25 64 0 0.86 0.63 0.31 344.4 0.75 0.39
Hex AF 19 40 0 56 3F 1F 158 4B 27
Octal 257 31 100 0 126 77 37 530 113 47
Binary 10101111 11001 1000000 0 1010110 111111 11111 101011000 1001011 100111

Color Harmonies of #AF1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1940

Black with #AF1940

Text Example


Text Example

White with #AF1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1940; }

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

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

background-color css

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

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

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

border-color css

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

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

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