Html Css Color HEX #AF1124 Venetian Red

📋 copy color: '#AF1124'

red 175 ◦ green 17 ◦ blue 36

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

Shades of Venetian Red #AF1124

Tints of Venetian Red #AF1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

 BLUE value IS 36 (14.45% from 255) = 15.79%

R = 76.75%
G = 7.46%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF1124 (or 0xAF1124) is known color: Venetian Red. HEX triplet: AF, 11 and 24. RGB value is (175,17,36). Sum of RGB (Red+Green+Blue) = 175+17+36=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1124 is #50EEDB. Grayscale: #424242. Windows color (decimal): -5304028 or 2363823. OLE color: 2363823.

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

Color convert

RGB 175 17 36 -
CMYK 0 0.90 0.79 0.31
HSL 352.78º 0.82% 0.38% -
HSV(B) 352.78º 0.9% 0.69% -
XYZ 18.2 9.64 2.57 -
YUV 66.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 175 17 36 0 0.90 0.79 0.31 352.78 0.82 0.38
Hex AF 11 24 0 5A 4F 1F 161 52 26
Octal 257 21 44 0 132 117 37 541 122 46
Binary 10101111 10001 100100 0 1011010 1001111 11111 101100001 1010010 100110

Color Harmonies of #AF1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1124

Black with #AF1124

Text Example


Text Example

White with #AF1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1124; }

 p { color: rgb(175,17,36); }

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

background-color css

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

 a { background-color: rgb(175,17,36); }

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

border-color css

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

 span { border-color: rgb(175,17,36); }

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