Html Css Color HEX #AF0407 Venetian Red

📋 copy color: '#AF0407'

red 175 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #AF0407

Tints of Venetian Red #AF0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 7 (3.13% from 255) = 3.76%

R = 94.09%
G = 2.15%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF0407 (or 0xAF0407) is known color: Venetian Red. HEX triplet: AF, 04 and 07. RGB value is (175,4,7). Sum of RGB (Red+Green+Blue) = 175+4+7=186 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.09% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0407 is #50FBF8. Grayscale: #373737. Windows color (decimal): -5307385 or 459951. OLE color: 459951.

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

Color convert

RGB 175 4 7 -
CMYK 0 0.98 0.96 0.31
HSL 358.95º 0.96% 0.35% -
HSV(B) 358.95º 0.98% 0.69% -
XYZ 17.76 9.22 1.04 -
YUV 55.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 175 4 7 0 0.98 0.96 0.31 358.95 0.96 0.35
Hex AF 4 7 0 62 60 1F 167 60 23
Octal 257 4 7 0 142 140 37 547 140 43
Binary 10101111 100 111 0 1100010 1100000 11111 101100111 1100000 100011

Color Harmonies of #AF0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0407

Black with #AF0407

Text Example


Text Example

White with #AF0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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