Html Css Color HEX #AF2639 Cardinal

📋 copy color: '#AF2639'

red 175 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #AF2639

Tints of Cardinal #AF2639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.07%

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

R = 64.81%
G = 14.07%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF2639 (or 0xAF2639) is known color: Cardinal. HEX triplet: AF, 26 and 39. RGB value is (175,38,57). Sum of RGB (Red+Green+Blue) = 175+38+57=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2639 is #50D9C6. Grayscale: #515151. Windows color (decimal): -5298631 or 3745455. OLE color: 3745455.

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

Color convert

RGB 175 38 57 -
CMYK 0 0.78 0.67 0.31
HSL 351.68º 0.64% 0.42% -
HSV(B) 351.68º 0.78% 0.69% -
XYZ 19.11 10.8 4.95 -
YUV 81.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 175 38 57 0 0.78 0.67 0.31 351.68 0.64 0.42
Hex AF 26 39 0 4E 43 1F 160 40 2A
Octal 257 46 71 0 116 103 37 540 100 52
Binary 10101111 100110 111001 0 1001110 1000011 11111 101100000 1000000 101010

Color Harmonies of #AF2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2639

Black with #AF2639

Text Example


Text Example

White with #AF2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2639; }

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

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

background-color css

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

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

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

border-color css

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

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

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