Html Css Color HEX #AF1325 Venetian Red

📋 copy color: '#AF1325'

red 175 ◦ green 19 ◦ blue 37

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

Shades of Venetian Red #AF1325

Tints of Venetian Red #AF1325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 37 (14.84% from 255) = 16.02%

R = 75.76%
G = 8.23%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF1325 (or 0xAF1325) is known color: Venetian Red. HEX triplet: AF, 13 and 25. RGB value is (175,19,37). Sum of RGB (Red+Green+Blue) = 175+19+37=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1325 is #50ECDA. Grayscale: #434343. Windows color (decimal): -5303515 or 2429871. OLE color: 2429871.

HSL color Cylindrical-coordinate representation of color #AF1325: hue angle of 353.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1325 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 37 -
CMYK 0 0.89 0.79 0.31
HSL 353.08º 0.8% 0.38% -
HSV(B) 353.08º 0.89% 0.69% -
XYZ 18.25 9.71 2.66 -
YUV 67.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 175 19 37 0 0.89 0.79 0.31 353.08 0.8 0.38
Hex AF 13 25 0 59 4F 1F 161 50 26
Octal 257 23 45 0 131 117 37 541 120 46
Binary 10101111 10011 100101 0 1011001 1001111 11111 101100001 1010000 100110

Color Harmonies of #AF1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1325

Black with #AF1325

Text Example


Text Example

White with #AF1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1325; }

 p { color: rgb(175,19,37); }

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

background-color css

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

 a { background-color: rgb(175,19,37); }

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

border-color css

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

 span { border-color: rgb(175,19,37); }

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