Html Css Color HEX #AF1324 Venetian Red

📋 copy color: '#AF1324'

red 175 ◦ green 19 ◦ blue 36

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

Shades of Venetian Red #AF1324

Tints of Venetian Red #AF1324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.65%

R = 76.09%
G = 8.26%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF1324 (or 0xAF1324) is known color: Venetian Red. HEX triplet: AF, 13 and 24. RGB value is (175,19,36). Sum of RGB (Red+Green+Blue) = 175+19+36=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1324 is #50ECDB. Grayscale: #434343. Windows color (decimal): -5303516 or 2364335. OLE color: 2364335.

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

Color convert

RGB 175 19 36 -
CMYK 0 0.89 0.79 0.31
HSL 353.46º 0.8% 0.38% -
HSV(B) 353.46º 0.89% 0.69% -
XYZ 18.23 9.71 2.58 -
YUV 67.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 175 19 36 0 0.89 0.79 0.31 353.46 0.8 0.38
Hex AF 13 24 0 59 4F 1F 161 50 26
Octal 257 23 44 0 131 117 37 541 120 46
Binary 10101111 10011 100100 0 1011001 1001111 11111 101100001 1010000 100110

Color Harmonies of #AF1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1324

Black with #AF1324

Text Example


Text Example

White with #AF1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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