Html Css Color HEX #D70005 Venetian Red

📋 copy color: '#D70005'

red 215 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #D70005

Tints of Venetian Red #D70005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 97.73%
G = 0%
B = 2.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D70005 (or 0xD70005) is known color: Venetian Red. HEX triplet: D7, 00 and 05. RGB value is (215,0,5). Sum of RGB (Red+Green+Blue) = 215+0+5=220 (29% of max value = 765). Red value is 215 (84.38% from 255 or 97.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 215 - color contains mainly: red. Hex color #D70005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70005 is #28FFFA. Grayscale: #414141. Windows color (decimal): -2686971 or 327895. OLE color: 327895.

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

Color convert

RGB 215 0 5 -
CMYK 0 1 0.98 0.16
HSL 358.6º 1% 0.42% -
HSV(B) 358.6º 1% 0.84% -
XYZ 28.05 14.46 1.46 -
YUV 64.86 94.23 235.09 -
System Red Green Blue C M Y K H S L
Decimal 215 0 5 0 1 0.98 0.16 358.6 1 0.42
Hex D7 0 5 0 64 62 10 167 64 2A
Octal 327 0 5 0 144 142 20 547 144 52
Binary 11010111 0 101 0 1100100 1100010 10000 101100111 1100100 101010

Color Harmonies of #D70005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70005

Black with #D70005

Text Example


Text Example

White with #D70005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70005; }

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

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

background-color css

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

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

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

border-color css

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

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

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