Html Css Color HEX #AF2637 Cardinal

📋 copy color: '#AF2637'

red 175 ◦ green 38 ◦ blue 55

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

Shades of Cardinal #AF2637

Tints of Cardinal #AF2637

RGB

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

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

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

R = 65.3%
G = 14.18%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF2637 (or 0xAF2637) is known color: Cardinal. HEX triplet: AF, 26 and 37. RGB value is (175,38,55). Sum of RGB (Red+Green+Blue) = 175+38+55=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2637 is #50D9C8. Grayscale: #505050. Windows color (decimal): -5298633 or 3614383. OLE color: 3614383.

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

Color convert

RGB 175 38 55 -
CMYK 0 0.78 0.69 0.31
HSL 352.55º 0.64% 0.42% -
HSV(B) 352.55º 0.78% 0.69% -
XYZ 19.06 10.78 4.69 -
YUV 80.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 175 38 55 0 0.78 0.69 0.31 352.55 0.64 0.42
Hex AF 26 37 0 4E 45 1F 161 40 2A
Octal 257 46 67 0 116 105 37 541 100 52
Binary 10101111 100110 110111 0 1001110 1000101 11111 101100001 1000000 101010

Color Harmonies of #AF2637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2637

Black with #AF2637

Text Example


Text Example

White with #AF2637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2637; }

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

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

background-color css

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

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

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

border-color css

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

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

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