Html Css Color HEX #AF0708 Venetian Red

📋 copy color: '#AF0708'

red 175 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #AF0708

Tints of Venetian Red #AF0708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.21%

R = 92.11%
G = 3.68%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0708 (or 0xAF0708) is known color: Venetian Red. HEX triplet: AF, 07 and 08. RGB value is (175,7,8). Sum of RGB (Red+Green+Blue) = 175+7+8=190 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.11% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0708 is #50F8F7. Grayscale: #393939. Windows color (decimal): -5306616 or 526255. OLE color: 526255.

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

Color convert

RGB 175 7 8 -
CMYK 0 0.96 0.95 0.31
HSL 359.64º 0.92% 0.36% -
HSV(B) 359.64º 0.96% 0.69% -
XYZ 17.8 9.28 1.08 -
YUV 57.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 175 7 8 0 0.96 0.95 0.31 359.64 0.92 0.36
Hex AF 7 8 0 60 5F 1F 168 5C 24
Octal 257 7 10 0 140 137 37 550 134 44
Binary 10101111 111 1000 0 1100000 1011111 11111 101101000 1011100 100100

Color Harmonies of #AF0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0708

Black with #AF0708

Text Example


Text Example

White with #AF0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0708; }

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

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

background-color css

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

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

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

border-color css

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

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

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