Html Css Color HEX #AF1335 Cardinal

📋 copy color: '#AF1335'

red 175 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #AF1335

Tints of Cardinal #AF1335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

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

R = 70.85%
G = 7.69%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1335 (or 0xAF1335) is known color: Cardinal. HEX triplet: AF, 13 and 35. RGB value is (175,19,53). Sum of RGB (Red+Green+Blue) = 175+19+53=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1335 is #50ECCA. Grayscale: #454545. Windows color (decimal): -5303499 or 3478447. OLE color: 3478447.

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

Color convert

RGB 175 19 53 -
CMYK 0 0.89 0.70 0.31
HSL 346.92º 0.8% 0.38% -
HSV(B) 346.92º 0.89% 0.69% -
XYZ 18.55 9.84 4.29 -
YUV 69.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 175 19 53 0 0.89 0.70 0.31 346.92 0.8 0.38
Hex AF 13 35 0 59 46 1F 15B 50 26
Octal 257 23 65 0 131 106 37 533 120 46
Binary 10101111 10011 110101 0 1011001 1000110 11111 101011011 1010000 100110

Color Harmonies of #AF1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1335

Black with #AF1335

Text Example


Text Example

White with #AF1335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1335; }

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

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

background-color css

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

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

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

border-color css

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

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

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