Html Css Color HEX #D0010E Venetian Red

📋 copy color: '#D0010E'

red 208 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #D0010E

Tints of Venetian Red #D0010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 93.27%
G = 0.45%
B = 6.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0010E (or 0xD0010E) is known color: Venetian Red. HEX triplet: D0, 01 and 0E. RGB value is (208,1,14). Sum of RGB (Red+Green+Blue) = 208+1+14=223 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.27% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 208 - color contains mainly: red. Hex color #D0010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0010E is #2FFEF1. Grayscale: #404040. Windows color (decimal): -3145458 or 917968. OLE color: 917968.

HSL color Cylindrical-coordinate representation of color #D0010E: hue angle of 356.23º 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 #D0010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 14 -
CMYK 0 1.00 0.93 0.18
HSL 356.23º 0.99% 0.41% -
HSV(B) 356.23º 1% 0.82% -
XYZ 26.1 13.46 1.64 -
YUV 64.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 208 1 14 0 1.00 0.93 0.18 356.23 0.99 0.41
Hex D0 1 E 0 64 5D 12 164 63 29
Octal 320 1 16 0 144 135 22 544 143 51
Binary 11010000 1 1110 0 1100100 1011101 10010 101100100 1100011 101001

Color Harmonies of #D0010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0010E

Black with #D0010E

Text Example


Text Example

White with #D0010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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