Html Css Color HEX #D70014 Venetian Red

📋 copy color: '#D70014'

red 215 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #D70014

Tints of Venetian Red #D70014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 91.49%
G = 0%
B = 8.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D70014 (or 0xD70014) is known color: Venetian Red. HEX triplet: D7, 00 and 14. RGB value is (215,0,20). Sum of RGB (Red+Green+Blue) = 215+0+20=235 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.49% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 215 - color contains mainly: red. Hex color #D70014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70014 is #28FFEB. Grayscale: #424242. Windows color (decimal): -2686956 or 1310935. OLE color: 1310935.

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

Color convert

RGB 215 0 20 -
CMYK 0 1 0.91 0.16
HSL 354.42º 1% 0.42% -
HSV(B) 354.42º 1% 0.84% -
XYZ 28.15 14.5 1.98 -
YUV 66.57 101.73 233.87 -
System Red Green Blue C M Y K H S L
Decimal 215 0 20 0 1 0.91 0.16 354.42 1 0.42
Hex D7 0 14 0 64 5B 10 162 64 2A
Octal 327 0 24 0 144 133 20 542 144 52
Binary 11010111 0 10100 0 1100100 1011011 10000 101100010 1100100 101010

Color Harmonies of #D70014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70014

Black with #D70014

Text Example


Text Example

White with #D70014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70014; }

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

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

background-color css

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

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

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

border-color css

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

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

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