Html Css Color HEX #AF1521 Venetian Red

📋 copy color: '#AF1521'

red 175 ◦ green 21 ◦ blue 33

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

Shades of Venetian Red #AF1521

Tints of Venetian Red #AF1521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 76.42%
G = 9.17%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF1521 (or 0xAF1521) is known color: Venetian Red. HEX triplet: AF, 15 and 21. RGB value is (175,21,33). Sum of RGB (Red+Green+Blue) = 175+21+33=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1521 is #50EADE. Grayscale: #444444. Windows color (decimal): -5303007 or 2168239. OLE color: 2168239.

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

Color convert

RGB 175 21 33 -
CMYK 0 0.88 0.81 0.31
HSL 355.32º 0.79% 0.38% -
HSV(B) 355.32º 0.88% 0.69% -
XYZ 18.22 9.76 2.36 -
YUV 68.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 175 21 33 0 0.88 0.81 0.31 355.32 0.79 0.38
Hex AF 15 21 0 58 51 1F 163 4F 26
Octal 257 25 41 0 130 121 37 543 117 46
Binary 10101111 10101 100001 0 1011000 1010001 11111 101100011 1001111 100110

Color Harmonies of #AF1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1521

Black with #AF1521

Text Example


Text Example

White with #AF1521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1521; }

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

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

background-color css

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

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

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

border-color css

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

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

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