Html Css Color HEX #D00012 Venetian Red

📋 copy color: '#D00012'

red 208 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #D00012

Tints of Venetian Red #D00012

RGB

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

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

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

R = 92.04%
G = 0%
B = 7.96%

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

#D00012 (or 0xD00012) is known color: Venetian Red. HEX triplet: D0, 00 and 12. RGB value is (208,0,18). Sum of RGB (Red+Green+Blue) = 208+0+18=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D00012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00012 is #2FFFED. Grayscale: #404040. Windows color (decimal): -3145710 or 1179856. OLE color: 1179856.

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

Color convert

RGB 208 0 18 -
CMYK 0 1 0.91 0.18
HSL 354.81º 1% 0.41% -
HSV(B) 354.81º 1% 0.82% -
XYZ 26.12 13.45 1.79 -
YUV 64.24 101.91 230.54 -
System Red Green Blue C M Y K H S L
Decimal 208 0 18 0 1 0.91 0.18 354.81 1 0.41
Hex D0 0 12 0 64 5B 12 163 64 29
Octal 320 0 22 0 144 133 22 543 144 51
Binary 11010000 0 10010 0 1100100 1011011 10010 101100011 1100100 101001

Color Harmonies of #D00012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00012

Black with #D00012

Text Example


Text Example

White with #D00012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00012; }

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

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

background-color css

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

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

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

border-color css

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

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

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