Html Css Color HEX #D70012 Venetian Red

📋 copy color: '#D70012'

red 215 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #D70012

Tints of Venetian Red #D70012

RGB

 RED value IS 215 (84.38% from 255) = 92.27%

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

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

R = 92.27%
G = 0%
B = 7.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70012 (or 0xD70012) is known color: Venetian Red. HEX triplet: D7, 00 and 12. RGB value is (215,0,18). Sum of RGB (Red+Green+Blue) = 215+0+18=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D70012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70012 is #28FFED. Grayscale: #424242. Windows color (decimal): -2686958 or 1179863. OLE color: 1179863.

HSL color Cylindrical-coordinate representation of color #D70012: hue angle of 354.98º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70012 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 18 -
CMYK 0 1 0.92 0.16
HSL 354.98º 1% 0.42% -
HSV(B) 354.98º 1% 0.84% -
XYZ 28.13 14.49 1.89 -
YUV 66.34 100.73 234.04 -
System Red Green Blue C M Y K H S L
Decimal 215 0 18 0 1 0.92 0.16 354.98 1 0.42
Hex D7 0 12 0 64 5C 10 163 64 2A
Octal 327 0 22 0 144 134 20 543 144 52
Binary 11010111 0 10010 0 1100100 1011100 10000 101100011 1100100 101010

Color Harmonies of #D70012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70012

Black with #D70012

Text Example


Text Example

White with #D70012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70012; }

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

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

background-color css

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

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

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

border-color css

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

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

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