Html Css Color HEX #AF2142 Cardinal

📋 copy color: '#AF2142'

red 175 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #AF2142

Tints of Cardinal #AF2142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 63.87%
G = 12.04%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF2142 (or 0xAF2142) is known color: Cardinal. HEX triplet: AF, 21 and 42. RGB value is (175,33,66). Sum of RGB (Red+Green+Blue) = 175+33+66=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2142 is #50DEBD. Grayscale: #4F4F4F. Windows color (decimal): -5299902 or 4333999. OLE color: 4333999.

HSL color Cylindrical-coordinate representation of color #AF2142: hue angle of 346.06º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2142 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 66 -
CMYK 0 0.81 0.62 0.31
HSL 346.06º 0.68% 0.41% -
HSV(B) 346.06º 0.81% 0.69% -
XYZ 19.21 10.6 6.19 -
YUV 79.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 175 33 66 0 0.81 0.62 0.31 346.06 0.68 0.41
Hex AF 21 42 0 51 3E 1F 15A 44 29
Octal 257 41 102 0 121 76 37 532 104 51
Binary 10101111 100001 1000010 0 1010001 111110 11111 101011010 1000100 101001

Color Harmonies of #AF2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2142

Black with #AF2142

Text Example


Text Example

White with #AF2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2142; }

 p { color: rgb(175,33,66); }

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

background-color css

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

 a { background-color: rgb(175,33,66); }

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

border-color css

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

 span { border-color: rgb(175,33,66); }

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