Html Css Color HEX #AF2137 Cardinal

📋 copy color: '#AF2137'

red 175 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #AF2137

Tints of Cardinal #AF2137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 66.54%
G = 12.55%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF2137 (or 0xAF2137) is known color: Cardinal. HEX triplet: AF, 21 and 37. RGB value is (175,33,55). Sum of RGB (Red+Green+Blue) = 175+33+55=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2137 is #50DEC8. Grayscale: #4E4E4E. Windows color (decimal): -5299913 or 3613103. OLE color: 3613103.

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

Color convert

RGB 175 33 55 -
CMYK 0 0.81 0.69 0.31
HSL 350.7º 0.68% 0.41% -
HSV(B) 350.7º 0.81% 0.69% -
XYZ 18.91 10.48 4.64 -
YUV 77.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 175 33 55 0 0.81 0.69 0.31 350.7 0.68 0.41
Hex AF 21 37 0 51 45 1F 15F 44 29
Octal 257 41 67 0 121 105 37 537 104 51
Binary 10101111 100001 110111 0 1010001 1000101 11111 101011111 1000100 101001

Color Harmonies of #AF2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2137

Black with #AF2137

Text Example


Text Example

White with #AF2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2137; }

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

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

background-color css

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

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

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

border-color css

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

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

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