Html Css Color HEX #AF1819 Venetian Red

📋 copy color: '#AF1819'

red 175 ◦ green 24 ◦ blue 25

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

Shades of Venetian Red #AF1819

Tints of Venetian Red #AF1819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 78.13%
G = 10.71%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF1819 (or 0xAF1819) is known color: Venetian Red. HEX triplet: AF, 18 and 19. RGB value is (175,24,25). Sum of RGB (Red+Green+Blue) = 175+24+25=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1819 is #50E7E6. Grayscale: #454545. Windows color (decimal): -5302247 or 1644719. OLE color: 1644719.

HSL color Cylindrical-coordinate representation of color #AF1819: hue angle of 359.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1819 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 25 -
CMYK 0 0.86 0.86 0.31
HSL 359.6º 0.76% 0.39% -
HSV(B) 359.6º 0.86% 0.69% -
XYZ 18.18 9.84 1.86 -
YUV 69.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 175 24 25 0 0.86 0.86 0.31 359.6 0.76 0.39
Hex AF 18 19 0 56 56 1F 168 4C 27
Octal 257 30 31 0 126 126 37 550 114 47
Binary 10101111 11000 11001 0 1010110 1010110 11111 101101000 1001100 100111

Color Harmonies of #AF1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1819

Black with #AF1819

Text Example


Text Example

White with #AF1819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1819; }

 p { color: rgb(175,24,25); }

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

background-color css

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

 a { background-color: rgb(175,24,25); }

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

border-color css

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

 span { border-color: rgb(175,24,25); }

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