Html Css Color HEX #AF010E Venetian Red

📋 copy color: '#AF010E'

red 175 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #AF010E

Tints of Venetian Red #AF010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 92.11%
G = 0.53%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF010E (or 0xAF010E) is known color: Venetian Red. HEX triplet: AF, 01 and 0E. RGB value is (175,1,14). Sum of RGB (Red+Green+Blue) = 175+1+14=190 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.11% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 175 - color contains mainly: red. Hex color #AF010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF010E is #50FEF1. Grayscale: #363636. Windows color (decimal): -5308146 or 917935. OLE color: 917935.

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

Color convert

RGB 175 1 14 -
CMYK 0 0.99 0.92 0.31
HSL 355.52º 0.99% 0.35% -
HSV(B) 355.52º 0.99% 0.69% -
XYZ 17.77 9.17 1.25 -
YUV 54.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 175 1 14 0 0.99 0.92 0.31 355.52 0.99 0.35
Hex AF 1 E 0 63 5C 1F 164 63 23
Octal 257 1 16 0 143 134 37 544 143 43
Binary 10101111 1 1110 0 1100011 1011100 11111 101100100 1100011 100011

Color Harmonies of #AF010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF010E

Black with #AF010E

Text Example


Text Example

White with #AF010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF010E; }

 p { color: rgb(175,1,14); }

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

background-color css

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

 a { background-color: rgb(175,1,14); }

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

border-color css

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

 span { border-color: rgb(175,1,14); }

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