Html Css Color HEX #D7001D Venetian Red

📋 copy color: '#D7001D'

red 215 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #D7001D

Tints of Venetian Red #D7001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 88.11%
G = 0%
B = 11.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7001D (or 0xD7001D) is known color: Venetian Red. HEX triplet: D7, 00 and 1D. RGB value is (215,0,29). Sum of RGB (Red+Green+Blue) = 215+0+29=244 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.11% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 215 - color contains mainly: red. Hex color #D7001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7001D is #28FFE2. Grayscale: #434343. Windows color (decimal): -2686947 or 1900759. OLE color: 1900759.

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

Color convert

RGB 215 0 29 -
CMYK 0 1 0.87 0.16
HSL 351.91º 1% 0.42% -
HSV(B) 351.91º 1% 0.84% -
XYZ 28.25 14.54 2.48 -
YUV 67.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 215 0 29 0 1 0.87 0.16 351.91 1 0.42
Hex D7 0 1D 0 64 57 10 160 64 2A
Octal 327 0 35 0 144 127 20 540 144 52
Binary 11010111 0 11101 0 1100100 1010111 10000 101100000 1100100 101010

Color Harmonies of #D7001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7001D

Black with #D7001D

Text Example


Text Example

White with #D7001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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