Html Css Color HEX #AF2341 Cardinal

📋 copy color: '#AF2341'

red 175 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #AF2341

Tints of Cardinal #AF2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 63.64%
G = 12.73%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2341 (or 0xAF2341) is known color: Cardinal. HEX triplet: AF, 23 and 41. RGB value is (175,35,65). Sum of RGB (Red+Green+Blue) = 175+35+65=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2341 is #50DCBE. Grayscale: #505050. Windows color (decimal): -5299391 or 4268975. OLE color: 4268975.

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

Color convert

RGB 175 35 65 -
CMYK 0 0.8 0.63 0.31
HSL 347.14º 0.67% 0.41% -
HSV(B) 347.14º 0.8% 0.69% -
XYZ 19.23 10.7 6.05 -
YUV 80.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 175 35 65 0 0.8 0.63 0.31 347.14 0.67 0.41
Hex AF 23 41 0 50 3F 1F 15B 43 29
Octal 257 43 101 0 120 77 37 533 103 51
Binary 10101111 100011 1000001 0 1010000 111111 11111 101011011 1000011 101001

Color Harmonies of #AF2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2341

Black with #AF2341

Text Example


Text Example

White with #AF2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2341; }

 p { color: rgb(175,35,65); }

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

background-color css

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

 a { background-color: rgb(175,35,65); }

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

border-color css

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

 span { border-color: rgb(175,35,65); }

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