Html Css Color HEX #D5001D Venetian Red

📋 copy color: '#D5001D'

red 213 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #D5001D

Tints of Venetian Red #D5001D

RGB

 RED value IS 213 (83.59% from 255) = 88.02%

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

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

R = 88.02%
G = 0%
B = 11.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5001D (or 0xD5001D) is known color: Venetian Red. HEX triplet: D5, 00 and 1D. RGB value is (213,0,29). Sum of RGB (Red+Green+Blue) = 213+0+29=242 (32% of max value = 765). Red value is 213 (83.59% from 255 or 88.02% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 213 - color contains mainly: red. Hex color #D5001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5001D is #2AFFE2. Grayscale: #434343. Windows color (decimal): -2818019 or 1900757. OLE color: 1900757.

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

Color convert

RGB 213 0 29 -
CMYK 0 1 0.86 0.16
HSL 351.83º 1% 0.42% -
HSV(B) 351.83º 1% 0.84% -
XYZ 27.66 14.23 2.45 -
YUV 66.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 213 0 29 0 1 0.86 0.16 351.83 1 0.42
Hex D5 0 1D 0 64 56 10 160 64 2A
Octal 325 0 35 0 144 126 20 540 144 52
Binary 11010101 0 11101 0 1100100 1010110 10000 101100000 1100100 101010

Color Harmonies of #D5001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5001D

Black with #D5001D

Text Example


Text Example

White with #D5001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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