Html Css Color HEX #AF2535 Cardinal

📋 copy color: '#AF2535'

red 175 ◦ green 37 ◦ blue 53

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

Shades of Cardinal #AF2535

Tints of Cardinal #AF2535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20%

R = 66.04%
G = 13.96%
B = 20%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF2535 (or 0xAF2535) is known color: Cardinal. HEX triplet: AF, 25 and 35. RGB value is (175,37,53). Sum of RGB (Red+Green+Blue) = 175+37+53=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2535 is #50DACA. Grayscale: #505050. Windows color (decimal): -5298891 or 3483055. OLE color: 3483055.

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

Color convert

RGB 175 37 53 -
CMYK 0 0.79 0.70 0.31
HSL 353.04º 0.65% 0.42% -
HSV(B) 353.04º 0.79% 0.69% -
XYZ 18.98 10.69 4.43 -
YUV 80.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 175 37 53 0 0.79 0.70 0.31 353.04 0.65 0.42
Hex AF 25 35 0 4F 46 1F 161 41 2A
Octal 257 45 65 0 117 106 37 541 101 52
Binary 10101111 100101 110101 0 1001111 1000110 11111 101100001 1000001 101010

Color Harmonies of #AF2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2535

Black with #AF2535

Text Example


Text Example

White with #AF2535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2535; }

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

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

background-color css

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

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

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

border-color css

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

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

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