Html Css Color HEX #D00120 Venetian Red

📋 copy color: '#D00120'

red 208 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #D00120

Tints of Venetian Red #D00120

RGB

 RED value IS 208 (81.64% from 255) = 86.31%

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 86.31%
G = 0.41%
B = 13.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D00120 (or 0xD00120) is known color: Venetian Red. HEX triplet: D0, 01 and 20. RGB value is (208,1,32). Sum of RGB (Red+Green+Blue) = 208+1+32=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D00120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00120 is #2FFEDF. Grayscale: #424242. Windows color (decimal): -3145440 or 2097616. OLE color: 2097616.

HSL color Cylindrical-coordinate representation of color #D00120: hue angle of 351.01º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00120 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 32 -
CMYK 0 1.00 0.85 0.18
HSL 351.01º 0.99% 0.41% -
HSV(B) 351.01º 1% 0.82% -
XYZ 26.28 13.54 2.59 -
YUV 66.43 108.58 228.98 -
System Red Green Blue C M Y K H S L
Decimal 208 1 32 0 1.00 0.85 0.18 351.01 0.99 0.41
Hex D0 1 20 0 64 55 12 15F 63 29
Octal 320 1 40 0 144 125 22 537 143 51
Binary 11010000 1 100000 0 1100100 1010101 10010 101011111 1100011 101001

Color Harmonies of #D00120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00120

Black with #D00120

Text Example


Text Example

White with #D00120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00120; }

 p { color: rgb(208,1,32); }

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

background-color css

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

 a { background-color: rgb(208,1,32); }

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

border-color css

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

 span { border-color: rgb(208,1,32); }

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