Html Css Color HEX #D3000D Venetian Red

📋 copy color: '#D3000D'

red 211 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #D3000D

Tints of Venetian Red #D3000D

RGB

 RED value IS 211 (82.81% from 255) = 94.2%

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

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

R = 94.2%
G = 0%
B = 5.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3000D (or 0xD3000D) is known color: Venetian Red. HEX triplet: D3, 00 and 0D. RGB value is (211,0,13). Sum of RGB (Red+Green+Blue) = 211+0+13=224 (29% of max value = 765). Red value is 211 (82.81% from 255 or 94.20% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 211 - color contains mainly: red. Hex color #D3000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3000D is #2CFFF2. Grayscale: #404040. Windows color (decimal): -2949107 or 852179. OLE color: 852179.

HSL color Cylindrical-coordinate representation of color #D3000D: hue angle of 356.3º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 13 -
CMYK 0 1 0.94 0.17
HSL 356.3º 1% 0.41% -
HSV(B) 356.3º 1% 0.83% -
XYZ 26.94 13.88 1.64 -
YUV 64.57 98.9 232.44 -
System Red Green Blue C M Y K H S L
Decimal 211 0 13 0 1 0.94 0.17 356.3 1 0.41
Hex D3 0 D 0 64 5E 11 164 64 29
Octal 323 0 15 0 144 136 21 544 144 51
Binary 11010011 0 1101 0 1100100 1011110 10001 101100100 1100100 101001

Color Harmonies of #D3000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3000D

Black with #D3000D

Text Example


Text Example

White with #D3000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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