Html Css Color HEX #AF1519 Venetian Red

📋 copy color: '#AF1519'

red 175 ◦ green 21 ◦ blue 25

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

Shades of Venetian Red #AF1519

Tints of Venetian Red #AF1519

RGB

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

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

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

R = 79.19%
G = 9.5%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF1519 (or 0xAF1519) is known color: Venetian Red. HEX triplet: AF, 15 and 19. RGB value is (175,21,25). Sum of RGB (Red+Green+Blue) = 175+21+25=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1519 is #50EAE6. Grayscale: #434343. Windows color (decimal): -5303015 or 1643951. OLE color: 1643951.

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

Color convert

RGB 175 21 25 -
CMYK 0 0.88 0.86 0.31
HSL 358.44º 0.79% 0.38% -
HSV(B) 358.44º 0.88% 0.69% -
XYZ 18.12 9.72 1.84 -
YUV 67.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 175 21 25 0 0.88 0.86 0.31 358.44 0.79 0.38
Hex AF 15 19 0 58 56 1F 166 4F 26
Octal 257 25 31 0 130 126 37 546 117 46
Binary 10101111 10101 11001 0 1011000 1010110 11111 101100110 1001111 100110

Color Harmonies of #AF1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1519

Black with #AF1519

Text Example


Text Example

White with #AF1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1519; }

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

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

background-color css

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

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

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

border-color css

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

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

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