Html Css Color HEX #AF070E Venetian Red

📋 copy color: '#AF070E'

red 175 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #AF070E

Tints of Venetian Red #AF070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.57%

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

R = 89.29%
G = 3.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF070E (or 0xAF070E) is known color: Venetian Red. HEX triplet: AF, 07 and 0E. RGB value is (175,7,14). Sum of RGB (Red+Green+Blue) = 175+7+14=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF070E is #50F8F1. Grayscale: #3A3A3A. Windows color (decimal): -5306610 or 919471. OLE color: 919471.

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

Color convert

RGB 175 7 14 -
CMYK 0 0.96 0.92 0.31
HSL 357.5º 0.92% 0.36% -
HSV(B) 357.5º 0.96% 0.69% -
XYZ 17.83 9.3 1.27 -
YUV 58.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 175 7 14 0 0.96 0.92 0.31 357.5 0.92 0.36
Hex AF 7 E 0 60 5C 1F 166 5C 24
Octal 257 7 16 0 140 134 37 546 134 44
Binary 10101111 111 1110 0 1100000 1011100 11111 101100110 1011100 100100

Color Harmonies of #AF070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF070E

Black with #AF070E

Text Example


Text Example

White with #AF070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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