Html Css Color HEX #AF1420 Venetian Red

📋 copy color: '#AF1420'

red 175 ◦ green 20 ◦ blue 32

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

Shades of Venetian Red #AF1420

Tints of Venetian Red #AF1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 77.09%
G = 8.81%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF1420 (or 0xAF1420) is known color: Venetian Red. HEX triplet: AF, 14 and 20. RGB value is (175,20,32). Sum of RGB (Red+Green+Blue) = 175+20+32=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1420 is #50EBDF. Grayscale: #434343. Windows color (decimal): -5303264 or 2102447. OLE color: 2102447.

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

Color convert

RGB 175 20 32 -
CMYK 0 0.89 0.82 0.31
HSL 355.35º 0.79% 0.38% -
HSV(B) 355.35º 0.89% 0.69% -
XYZ 18.19 9.72 2.28 -
YUV 67.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 175 20 32 0 0.89 0.82 0.31 355.35 0.79 0.38
Hex AF 14 20 0 59 52 1F 163 4F 26
Octal 257 24 40 0 131 122 37 543 117 46
Binary 10101111 10100 100000 0 1011001 1010010 11111 101100011 1001111 100110

Color Harmonies of #AF1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1420

Black with #AF1420

Text Example


Text Example

White with #AF1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1420; }

 p { color: rgb(175,20,32); }

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

background-color css

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

 a { background-color: rgb(175,20,32); }

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

border-color css

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

 span { border-color: rgb(175,20,32); }

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