Html Css Color HEX #AF121E Venetian Red

📋 copy color: '#AF121E'

red 175 ◦ green 18 ◦ blue 30

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

Shades of Venetian Red #AF121E

Tints of Venetian Red #AF121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 78.48%
G = 8.07%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF121E (or 0xAF121E) is known color: Venetian Red. HEX triplet: AF, 12 and 1E. RGB value is (175,18,30). Sum of RGB (Red+Green+Blue) = 175+18+30=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121E is #50EDE1. Grayscale: #424242. Windows color (decimal): -5303778 or 1970863. OLE color: 1970863.

HSL color Cylindrical-coordinate representation of color #AF121E: hue angle of 355.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF121E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 30 -
CMYK 0 0.90 0.83 0.31
HSL 355.41º 0.81% 0.38% -
HSV(B) 355.41º 0.9% 0.69% -
XYZ 18.13 9.64 2.13 -
YUV 66.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 175 18 30 0 0.90 0.83 0.31 355.41 0.81 0.38
Hex AF 12 1E 0 5A 53 1F 163 51 26
Octal 257 22 36 0 132 123 37 543 121 46
Binary 10101111 10010 11110 0 1011010 1010011 11111 101100011 1010001 100110

Color Harmonies of #AF121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF121E

Black with #AF121E

Text Example


Text Example

White with #AF121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF121E; }

 p { color: rgb(175,18,30); }

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

background-color css

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

 a { background-color: rgb(175,18,30); }

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

border-color css

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

 span { border-color: rgb(175,18,30); }

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