Html Css Color HEX #AF0F1D Venetian Red

📋 copy color: '#AF0F1D'

red 175 ◦ green 15 ◦ blue 29

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

Shades of Venetian Red #AF0F1D

Tints of Venetian Red #AF0F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 79.91%
G = 6.85%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF0F1D (or 0xAF0F1D) is known color: Venetian Red. HEX triplet: AF, 0F and 1D. RGB value is (175,15,29). Sum of RGB (Red+Green+Blue) = 175+15+29=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F1D is #50F0E2. Grayscale: #404040. Windows color (decimal): -5304547 or 1904559. OLE color: 1904559.

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

Color convert

RGB 175 15 29 -
CMYK 0 0.91 0.83 0.31
HSL 354.75º 0.84% 0.37% -
HSV(B) 354.75º 0.91% 0.69% -
XYZ 18.07 9.54 2.05 -
YUV 64.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 175 15 29 0 0.91 0.83 0.31 354.75 0.84 0.37
Hex AF F 1D 0 5B 53 1F 163 54 25
Octal 257 17 35 0 133 123 37 543 124 45
Binary 10101111 1111 11101 0 1011011 1010011 11111 101100011 1010100 100101

Color Harmonies of #AF0F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F1D

Black with #AF0F1D

Text Example


Text Example

White with #AF0F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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