Html Css Color HEX #AF2533 Cardinal

📋 copy color: '#AF2533'

red 175 ◦ green 37 ◦ blue 51

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

Shades of Cardinal #AF2533

Tints of Cardinal #AF2533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

 BLUE value IS 51 (20.31% from 255) = 19.39%

R = 66.54%
G = 14.07%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2533 (or 0xAF2533) is known color: Cardinal. HEX triplet: AF, 25 and 33. RGB value is (175,37,51). Sum of RGB (Red+Green+Blue) = 175+37+51=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2533 is #50DACC. Grayscale: #4F4F4F. Windows color (decimal): -5298893 or 3351983. OLE color: 3351983.

HSL color Cylindrical-coordinate representation of color #AF2533: hue angle of 353.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2533 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 51 -
CMYK 0 0.79 0.71 0.31
HSL 353.91º 0.65% 0.42% -
HSV(B) 353.91º 0.79% 0.69% -
XYZ 18.94 10.68 4.19 -
YUV 79.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 175 37 51 0 0.79 0.71 0.31 353.91 0.65 0.42
Hex AF 25 33 0 4F 47 1F 162 41 2A
Octal 257 45 63 0 117 107 37 542 101 52
Binary 10101111 100101 110011 0 1001111 1000111 11111 101100010 1000001 101010

Color Harmonies of #AF2533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2533

Black with #AF2533

Text Example


Text Example

White with #AF2533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2533; }

 p { color: rgb(175,37,51); }

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

background-color css

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

 a { background-color: rgb(175,37,51); }

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

border-color css

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

 span { border-color: rgb(175,37,51); }

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