Html Css Color HEX #AF000E Venetian Red

📋 copy color: '#AF000E'

red 175 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #AF000E

Tints of Venetian Red #AF000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.59%
G = 0%
B = 7.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF000E (or 0xAF000E) is known color: Venetian Red. HEX triplet: AF, 00 and 0E. RGB value is (175,0,14). Sum of RGB (Red+Green+Blue) = 175+0+14=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF000E is #50FFF1. Grayscale: #363636. Windows color (decimal): -5308402 or 917679. OLE color: 917679.

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

Color convert

RGB 175 0 14 -
CMYK 0 1 0.92 0.31
HSL 355.2º 1% 0.34% -
HSV(B) 355.2º 1% 0.69% -
XYZ 17.76 9.15 1.24 -
YUV 53.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 175 0 14 0 1 0.92 0.31 355.2 1 0.34
Hex AF 0 E 0 64 5C 1F 163 64 22
Octal 257 0 16 0 144 134 37 543 144 42
Binary 10101111 0 1110 0 1100100 1011100 11111 101100011 1100100 100010

Color Harmonies of #AF000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF000E

Black with #AF000E

Text Example


Text Example

White with #AF000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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