Html Css Color HEX #AF0213 Venetian Red

📋 copy color: '#AF0213'

red 175 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #AF0213

Tints of Venetian Red #AF0213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 89.29%
G = 1.02%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF0213 (or 0xAF0213) is known color: Venetian Red. HEX triplet: AF, 02 and 13. RGB value is (175,2,19). Sum of RGB (Red+Green+Blue) = 175+2+19=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0213 is #50FDEC. Grayscale: #373737. Windows color (decimal): -5307885 or 1245871. OLE color: 1245871.

HSL color Cylindrical-coordinate representation of color #AF0213: hue angle of 354.1º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0213 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 19 -
CMYK 0 0.99 0.89 0.31
HSL 354.1º 0.98% 0.35% -
HSV(B) 354.1º 0.99% 0.69% -
XYZ 17.82 9.2 1.45 -
YUV 55.67 107.31 213.12 -
System Red Green Blue C M Y K H S L
Decimal 175 2 19 0 0.99 0.89 0.31 354.1 0.98 0.35
Hex AF 2 13 0 63 59 1F 162 62 23
Octal 257 2 23 0 143 131 37 542 142 43
Binary 10101111 10 10011 0 1100011 1011001 11111 101100010 1100010 100011

Color Harmonies of #AF0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0213

Black with #AF0213

Text Example


Text Example

White with #AF0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0213; }

 p { color: rgb(175,2,19); }

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

background-color css

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

 a { background-color: rgb(175,2,19); }

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

border-color css

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

 span { border-color: rgb(175,2,19); }

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