Html Css Color HEX #AF1224 Venetian Red

📋 copy color: '#AF1224'

red 175 ◦ green 18 ◦ blue 36

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

Shades of Venetian Red #AF1224

Tints of Venetian Red #AF1224

RGB

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

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

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

R = 76.42%
G = 7.86%
B = 15.72%

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

#AF1224 (or 0xAF1224) is known color: Venetian Red. HEX triplet: AF, 12 and 24. RGB value is (175,18,36). Sum of RGB (Red+Green+Blue) = 175+18+36=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1224 is #50EDDB. Grayscale: #434343. Windows color (decimal): -5303772 or 2364079. OLE color: 2364079.

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

Color convert

RGB 175 18 36 -
CMYK 0 0.90 0.79 0.31
HSL 353.12º 0.81% 0.38% -
HSV(B) 353.12º 0.9% 0.69% -
XYZ 18.21 9.67 2.58 -
YUV 67 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 175 18 36 0 0.90 0.79 0.31 353.12 0.81 0.38
Hex AF 12 24 0 5A 4F 1F 161 51 26
Octal 257 22 44 0 132 117 37 541 121 46
Binary 10101111 10010 100100 0 1011010 1001111 11111 101100001 1010001 100110

Color Harmonies of #AF1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1224

Black with #AF1224

Text Example


Text Example

White with #AF1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1224; }

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

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

background-color css

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

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

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

border-color css

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

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

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