Html Css Color HEX #AF2538 Cardinal

📋 copy color: '#AF2538'

red 175 ◦ green 37 ◦ blue 56

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

Shades of Cardinal #AF2538

Tints of Cardinal #AF2538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 65.3%
G = 13.81%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF2538 (or 0xAF2538) is known color: Cardinal. HEX triplet: AF, 25 and 38. RGB value is (175,37,56). Sum of RGB (Red+Green+Blue) = 175+37+56=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2538 is #50DAC7. Grayscale: #505050. Windows color (decimal): -5298888 or 3679663. OLE color: 3679663.

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

Color convert

RGB 175 37 56 -
CMYK 0 0.79 0.68 0.31
HSL 351.74º 0.65% 0.42% -
HSV(B) 351.74º 0.79% 0.69% -
XYZ 19.05 10.72 4.81 -
YUV 80.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 175 37 56 0 0.79 0.68 0.31 351.74 0.65 0.42
Hex AF 25 38 0 4F 44 1F 160 41 2A
Octal 257 45 70 0 117 104 37 540 101 52
Binary 10101111 100101 111000 0 1001111 1000100 11111 101100000 1000001 101010

Color Harmonies of #AF2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2538

Black with #AF2538

Text Example


Text Example

White with #AF2538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2538; }

 p { color: rgb(175,37,56); }

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

background-color css

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

 a { background-color: rgb(175,37,56); }

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

border-color css

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

 span { border-color: rgb(175,37,56); }

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