Html Css Color HEX #D5000D Venetian Red

📋 copy color: '#D5000D'

red 213 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #D5000D

Tints of Venetian Red #D5000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 94.25%
G = 0%
B = 5.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5000D (or 0xD5000D) is known color: Venetian Red. HEX triplet: D5, 00 and 0D. RGB value is (213,0,13). Sum of RGB (Red+Green+Blue) = 213+0+13=226 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.25% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 213 - color contains mainly: red. Hex color #D5000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5000D is #2AFFF2. Grayscale: #414141. Windows color (decimal): -2818035 or 852181. OLE color: 852181.

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

Color convert

RGB 213 0 13 -
CMYK 0 1 0.94 0.16
HSL 356.34º 1% 0.42% -
HSV(B) 356.34º 1% 0.84% -
XYZ 27.51 14.18 1.67 -
YUV 65.17 98.57 233.44 -
System Red Green Blue C M Y K H S L
Decimal 213 0 13 0 1 0.94 0.16 356.34 1 0.42
Hex D5 0 D 0 64 5E 10 164 64 2A
Octal 325 0 15 0 144 136 20 544 144 52
Binary 11010101 0 1101 0 1100100 1011110 10000 101100100 1100100 101010

Color Harmonies of #D5000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5000D

Black with #D5000D

Text Example


Text Example

White with #D5000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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