Html Css Color HEX #AF2239 Cardinal

📋 copy color: '#AF2239'

red 175 ◦ green 34 ◦ blue 57

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

Shades of Cardinal #AF2239

Tints of Cardinal #AF2239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 57 (22.66% from 255) = 21.43%

R = 65.79%
G = 12.78%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF2239 (or 0xAF2239) is known color: Cardinal. HEX triplet: AF, 22 and 39. RGB value is (175,34,57). Sum of RGB (Red+Green+Blue) = 175+34+57=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2239 is #50DDC6. Grayscale: #4E4E4E. Windows color (decimal): -5299655 or 3744431. OLE color: 3744431.

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

Color convert

RGB 175 34 57 -
CMYK 0 0.81 0.67 0.31
HSL 350.21º 0.67% 0.41% -
HSV(B) 350.21º 0.81% 0.69% -
XYZ 18.99 10.55 4.91 -
YUV 78.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 175 34 57 0 0.81 0.67 0.31 350.21 0.67 0.41
Hex AF 22 39 0 51 43 1F 15E 43 29
Octal 257 42 71 0 121 103 37 536 103 51
Binary 10101111 100010 111001 0 1010001 1000011 11111 101011110 1000011 101001

Color Harmonies of #AF2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2239

Black with #AF2239

Text Example


Text Example

White with #AF2239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2239; }

 p { color: rgb(175,34,57); }

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

background-color css

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

 a { background-color: rgb(175,34,57); }

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

border-color css

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

 span { border-color: rgb(175,34,57); }

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