Html Css Color HEX #AF0514 Venetian Red

📋 copy color: '#AF0514'

red 175 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #AF0514

Tints of Venetian Red #AF0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 87.5%
G = 2.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF0514 (or 0xAF0514) is known color: Venetian Red. HEX triplet: AF, 05 and 14. RGB value is (175,5,20). Sum of RGB (Red+Green+Blue) = 175+5+20=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0514 is #50FAEB. Grayscale: #393939. Windows color (decimal): -5307116 or 1312175. OLE color: 1312175.

HSL color Cylindrical-coordinate representation of color #AF0514: hue angle of 354.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0514 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 20 -
CMYK 0 0.97 0.89 0.31
HSL 354.71º 0.94% 0.35% -
HSV(B) 354.71º 0.97% 0.69% -
XYZ 17.86 9.27 1.51 -
YUV 57.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 175 5 20 0 0.97 0.89 0.31 354.71 0.94 0.35
Hex AF 5 14 0 61 59 1F 163 5E 23
Octal 257 5 24 0 141 131 37 543 136 43
Binary 10101111 101 10100 0 1100001 1011001 11111 101100011 1011110 100011

Color Harmonies of #AF0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0514

Black with #AF0514

Text Example


Text Example

White with #AF0514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0514; }

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

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

background-color css

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

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

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

border-color css

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

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

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