Html Css Color HEX #AF1535 Cardinal

📋 copy color: '#AF1535'

red 175 ◦ green 21 ◦ blue 53

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

Shades of Cardinal #AF1535

Tints of Cardinal #AF1535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 70.28%
G = 8.43%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1535 (or 0xAF1535) is known color: Cardinal. HEX triplet: AF, 15 and 35. RGB value is (175,21,53). Sum of RGB (Red+Green+Blue) = 175+21+53=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1535 is #50EACA. Grayscale: #464646. Windows color (decimal): -5302987 or 3478959. OLE color: 3478959.

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

Color convert

RGB 175 21 53 -
CMYK 0 0.88 0.70 0.31
HSL 347.53º 0.79% 0.38% -
HSV(B) 347.53º 0.88% 0.69% -
XYZ 18.59 9.91 4.3 -
YUV 70.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 175 21 53 0 0.88 0.70 0.31 347.53 0.79 0.38
Hex AF 15 35 0 58 46 1F 15C 4F 26
Octal 257 25 65 0 130 106 37 534 117 46
Binary 10101111 10101 110101 0 1011000 1000110 11111 101011100 1001111 100110

Color Harmonies of #AF1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1535

Black with #AF1535

Text Example


Text Example

White with #AF1535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1535; }

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

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

background-color css

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

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

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

border-color css

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

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

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