Html Css Color HEX #D70001 Venetian Red

📋 copy color: '#D70001'

red 215 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #D70001

Tints of Venetian Red #D70001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 99.54%
G = 0%
B = 0.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D70001 (or 0xD70001) is known color: Venetian Red. HEX triplet: D7, 00 and 01. RGB value is (215,0,1). Sum of RGB (Red+Green+Blue) = 215+0+1=216 (28% of max value = 765). Red value is 215 (84.38% from 255 or 99.54% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 215 - color contains mainly: red. Hex color #D70001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70001 is #28FFFE. Grayscale: #404040. Windows color (decimal): -2686975 or 65751. OLE color: 65751.

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

Color convert

RGB 215 0 1 -
CMYK 0 1 1.00 0.16
HSL 359.72º 1% 0.42% -
HSV(B) 359.72º 1% 0.84% -
XYZ 28.03 14.45 1.34 -
YUV 64.4 92.23 235.42 -
System Red Green Blue C M Y K H S L
Decimal 215 0 1 0 1 1.00 0.16 359.72 1 0.42
Hex D7 0 1 0 64 64 10 168 64 2A
Octal 327 0 1 0 144 144 20 550 144 52
Binary 11010111 0 1 0 1100100 1100100 10000 101101000 1100100 101010

Color Harmonies of #D70001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70001

Black with #D70001

Text Example


Text Example

White with #D70001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70001; }

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

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

background-color css

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

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

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

border-color css

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

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

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