Html Css Color HEX #AF0315 Venetian Red

📋 copy color: '#AF0315'

red 175 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #AF0315

Tints of Venetian Red #AF0315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.55%

R = 87.94%
G = 1.51%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF0315 (or 0xAF0315) is known color: Venetian Red. HEX triplet: AF, 03 and 15. RGB value is (175,3,21). Sum of RGB (Red+Green+Blue) = 175+3+21=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0315 is #50FCEA. Grayscale: #383838. Windows color (decimal): -5307627 or 1377199. OLE color: 1377199.

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

Color convert

RGB 175 3 21 -
CMYK 0 0.98 0.88 0.31
HSL 353.72º 0.97% 0.35% -
HSV(B) 353.72º 0.98% 0.69% -
XYZ 17.85 9.23 1.55 -
YUV 56.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 175 3 21 0 0.98 0.88 0.31 353.72 0.97 0.35
Hex AF 3 15 0 62 58 1F 162 61 23
Octal 257 3 25 0 142 130 37 542 141 43
Binary 10101111 11 10101 0 1100010 1011000 11111 101100010 1100001 100011

Color Harmonies of #AF0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0315

Black with #AF0315

Text Example


Text Example

White with #AF0315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0315; }

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

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

background-color css

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

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

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

border-color css

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

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

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