Html Css Color HEX #AF141C Venetian Red

📋 copy color: '#AF141C'

red 175 ◦ green 20 ◦ blue 28

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

Shades of Venetian Red #AF141C

Tints of Venetian Red #AF141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 78.48%
G = 8.97%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF141C (or 0xAF141C) is known color: Venetian Red. HEX triplet: AF, 14 and 1C. RGB value is (175,20,28). Sum of RGB (Red+Green+Blue) = 175+20+28=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF141C is #50EBE3. Grayscale: #434343. Windows color (decimal): -5303268 or 1840303. OLE color: 1840303.

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

Color convert

RGB 175 20 28 -
CMYK 0 0.89 0.84 0.31
HSL 356.9º 0.79% 0.38% -
HSV(B) 356.9º 0.89% 0.69% -
XYZ 18.14 9.7 2.01 -
YUV 67.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 175 20 28 0 0.89 0.84 0.31 356.9 0.79 0.38
Hex AF 14 1C 0 59 54 1F 165 4F 26
Octal 257 24 34 0 131 124 37 545 117 46
Binary 10101111 10100 11100 0 1011001 1010100 11111 101100101 1001111 100110

Color Harmonies of #AF141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF141C

Black with #AF141C

Text Example


Text Example

White with #AF141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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