Html Css Color HEX #AF2737 Cardinal

📋 copy color: '#AF2737'

red 175 ◦ green 39 ◦ blue 55

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

Shades of Cardinal #AF2737

Tints of Cardinal #AF2737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.5%

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

R = 65.06%
G = 14.5%
B = 20.45%

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

#AF2737 (or 0xAF2737) is known color: Cardinal. HEX triplet: AF, 27 and 37. RGB value is (175,39,55). Sum of RGB (Red+Green+Blue) = 175+39+55=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2737 is #50D8C8. Grayscale: #515151. Windows color (decimal): -5298377 or 3614639. OLE color: 3614639.

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

Color convert

RGB 175 39 55 -
CMYK 0 0.78 0.69 0.31
HSL 352.94º 0.64% 0.42% -
HSV(B) 352.94º 0.78% 0.69% -
XYZ 19.09 10.84 4.7 -
YUV 81.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 175 39 55 0 0.78 0.69 0.31 352.94 0.64 0.42
Hex AF 27 37 0 4E 45 1F 161 40 2A
Octal 257 47 67 0 116 105 37 541 100 52
Binary 10101111 100111 110111 0 1001110 1000101 11111 101100001 1000000 101010

Color Harmonies of #AF2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2737

Black with #AF2737

Text Example


Text Example

White with #AF2737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2737; }

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

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

background-color css

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

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

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

border-color css

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

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

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