Html Css Color HEX #D3000E Venetian Red

📋 copy color: '#D3000E'

red 211 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #D3000E

Tints of Venetian Red #D3000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 93.78%
G = 0%
B = 6.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3000E (or 0xD3000E) is known color: Venetian Red. HEX triplet: D3, 00 and 0E. RGB value is (211,0,14). Sum of RGB (Red+Green+Blue) = 211+0+14=225 (29% of max value = 765). Red value is 211 (82.81% from 255 or 93.78% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 211 - color contains mainly: red. Hex color #D3000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3000E is #2CFFF1. Grayscale: #404040. Windows color (decimal): -2949106 or 917715. OLE color: 917715.

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

Color convert

RGB 211 0 14 -
CMYK 0 1 0.93 0.17
HSL 356.02º 1% 0.41% -
HSV(B) 356.02º 1% 0.83% -
XYZ 26.94 13.88 1.67 -
YUV 64.69 99.4 232.36 -
System Red Green Blue C M Y K H S L
Decimal 211 0 14 0 1 0.93 0.17 356.02 1 0.41
Hex D3 0 E 0 64 5D 11 164 64 29
Octal 323 0 16 0 144 135 21 544 144 51
Binary 11010011 0 1110 0 1100100 1011101 10001 101100100 1100100 101001

Color Harmonies of #D3000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3000E

Black with #D3000E

Text Example


Text Example

White with #D3000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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