Html Css Color HEX #D10012 Venetian Red

📋 copy color: '#D10012'

red 209 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #D10012

Tints of Venetian Red #D10012

RGB

 RED value IS 209 (82.03% from 255) = 92.07%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 92.07%
G = 0%
B = 7.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D10012 (or 0xD10012) is known color: Venetian Red. HEX triplet: D1, 00 and 12. RGB value is (209,0,18). Sum of RGB (Red+Green+Blue) = 209+0+18=227 (30% of max value = 765). Red value is 209 (82.03% from 255 or 92.07% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 209 - color contains mainly: red. Hex color #D10012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10012 is #2EFFED. Grayscale: #404040. Windows color (decimal): -3080174 or 1179857. OLE color: 1179857.

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

Color convert

RGB 209 0 18 -
CMYK 0 1 0.91 0.18
HSL 354.83º 1% 0.41% -
HSV(B) 354.83º 1% 0.82% -
XYZ 26.4 13.6 1.81 -
YUV 64.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 209 0 18 0 1 0.91 0.18 354.83 1 0.41
Hex D1 0 12 0 64 5B 12 163 64 29
Octal 321 0 22 0 144 133 22 543 144 51
Binary 11010001 0 10010 0 1100100 1011011 10010 101100011 1100100 101001

Color Harmonies of #D10012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10012

Black with #D10012

Text Example


Text Example

White with #D10012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10012; }

 p { color: rgb(209,0,18); }

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

background-color css

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

 a { background-color: rgb(209,0,18); }

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

border-color css

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

 span { border-color: rgb(209,0,18); }

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