Html Css Color HEX #AF0417 Venetian Red

📋 copy color: '#AF0417'

red 175 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #AF0417

Tints of Venetian Red #AF0417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 86.63%
G = 1.98%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF0417 (or 0xAF0417) is known color: Venetian Red. HEX triplet: AF, 04 and 17. RGB value is (175,4,23). Sum of RGB (Red+Green+Blue) = 175+4+23=202 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.63% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0417 is #50FBE8. Grayscale: #393939. Windows color (decimal): -5307369 or 1508527. OLE color: 1508527.

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

Color convert

RGB 175 4 23 -
CMYK 0 0.98 0.87 0.31
HSL 353.33º 0.96% 0.35% -
HSV(B) 353.33º 0.98% 0.69% -
XYZ 17.88 9.26 1.66 -
YUV 57.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 175 4 23 0 0.98 0.87 0.31 353.33 0.96 0.35
Hex AF 4 17 0 62 57 1F 161 60 23
Octal 257 4 27 0 142 127 37 541 140 43
Binary 10101111 100 10111 0 1100010 1010111 11111 101100001 1100000 100011

Color Harmonies of #AF0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0417

Black with #AF0417

Text Example


Text Example

White with #AF0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0417; }

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

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

background-color css

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

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

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

border-color css

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

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

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