Html Css Color HEX #AF1321 Venetian Red

📋 copy color: '#AF1321'

red 175 ◦ green 19 ◦ blue 33

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

Shades of Venetian Red #AF1321

Tints of Venetian Red #AF1321

RGB

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

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

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

R = 77.09%
G = 8.37%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF1321 (or 0xAF1321) is known color: Venetian Red. HEX triplet: AF, 13 and 21. RGB value is (175,19,33). Sum of RGB (Red+Green+Blue) = 175+19+33=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1321 is #50ECDE. Grayscale: #434343. Windows color (decimal): -5303519 or 2167727. OLE color: 2167727.

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

Color convert

RGB 175 19 33 -
CMYK 0 0.89 0.81 0.31
HSL 354.62º 0.8% 0.38% -
HSV(B) 354.62º 0.89% 0.69% -
XYZ 18.19 9.69 2.35 -
YUV 67.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 175 19 33 0 0.89 0.81 0.31 354.62 0.8 0.38
Hex AF 13 21 0 59 51 1F 163 50 26
Octal 257 23 41 0 131 121 37 543 120 46
Binary 10101111 10011 100001 0 1011001 1010001 11111 101100011 1010000 100110

Color Harmonies of #AF1321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1321

Black with #AF1321

Text Example


Text Example

White with #AF1321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1321; }

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

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

background-color css

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

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

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

border-color css

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

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

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