Html Css Color HEX #AF0314 Venetian Red

📋 copy color: '#AF0314'

red 175 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #AF0314

Tints of Venetian Red #AF0314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 88.38%
G = 1.52%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF0314 (or 0xAF0314) is known color: Venetian Red. HEX triplet: AF, 03 and 14. RGB value is (175,3,20). Sum of RGB (Red+Green+Blue) = 175+3+20=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0314 is #50FCEB. Grayscale: #383838. Windows color (decimal): -5307628 or 1311663. OLE color: 1311663.

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

Color convert

RGB 175 3 20 -
CMYK 0 0.98 0.89 0.31
HSL 354.07º 0.97% 0.35% -
HSV(B) 354.07º 0.98% 0.69% -
XYZ 17.84 9.23 1.5 -
YUV 56.37 107.48 212.62 -
System Red Green Blue C M Y K H S L
Decimal 175 3 20 0 0.98 0.89 0.31 354.07 0.97 0.35
Hex AF 3 14 0 62 59 1F 162 61 23
Octal 257 3 24 0 142 131 37 542 141 43
Binary 10101111 11 10100 0 1100010 1011001 11111 101100010 1100001 100011

Color Harmonies of #AF0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0314

Black with #AF0314

Text Example


Text Example

White with #AF0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0314; }

 p { color: rgb(175,3,20); }

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

background-color css

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

 a { background-color: rgb(175,3,20); }

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

border-color css

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

 span { border-color: rgb(175,3,20); }

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