Html Css Color HEX #AF0F24 Venetian Red

📋 copy color: '#AF0F24'

red 175 ◦ green 15 ◦ blue 36

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

Shades of Venetian Red #AF0F24

Tints of Venetian Red #AF0F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

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

R = 77.43%
G = 6.64%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0F24 (or 0xAF0F24) is known color: Venetian Red. HEX triplet: AF, 0F and 24. RGB value is (175,15,36). Sum of RGB (Red+Green+Blue) = 175+15+36=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F24 is #50F0DB. Grayscale: #414141. Windows color (decimal): -5304540 or 2363311. OLE color: 2363311.

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

Color convert

RGB 175 15 36 -
CMYK 0 0.91 0.79 0.31
HSL 352.13º 0.84% 0.37% -
HSV(B) 352.13º 0.91% 0.69% -
XYZ 18.17 9.58 2.56 -
YUV 65.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 175 15 36 0 0.91 0.79 0.31 352.13 0.84 0.37
Hex AF F 24 0 5B 4F 1F 160 54 25
Octal 257 17 44 0 133 117 37 540 124 45
Binary 10101111 1111 100100 0 1011011 1001111 11111 101100000 1010100 100101

Color Harmonies of #AF0F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F24

Black with #AF0F24

Text Example


Text Example

White with #AF0F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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