Html Css Color HEX #D5020E Venetian Red

📋 copy color: '#D5020E'

red 213 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #D5020E

Tints of Venetian Red #D5020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 93.01%
G = 0.87%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5020E (or 0xD5020E) is known color: Venetian Red. HEX triplet: D5, 02 and 0E. RGB value is (213,2,14). Sum of RGB (Red+Green+Blue) = 213+2+14=229 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.01% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 213 - color contains mainly: red. Hex color #D5020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5020E is #2AFDF1. Grayscale: #424242. Windows color (decimal): -2817522 or 918229. OLE color: 918229.

HSL color Cylindrical-coordinate representation of color #D5020E: hue angle of 356.59º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5020E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 14 -
CMYK 0 0.99 0.93 0.16
HSL 356.59º 0.98% 0.42% -
HSV(B) 356.59º 0.99% 0.84% -
XYZ 27.54 14.22 1.71 -
YUV 66.46 98.4 232.52 -
System Red Green Blue C M Y K H S L
Decimal 213 2 14 0 0.99 0.93 0.16 356.59 0.98 0.42
Hex D5 2 E 0 63 5D 10 165 62 2A
Octal 325 2 16 0 143 135 20 545 142 52
Binary 11010101 10 1110 0 1100011 1011101 10000 101100101 1100010 101010

Color Harmonies of #D5020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5020E

Black with #D5020E

Text Example


Text Example

White with #D5020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5020E; }

 p { color: rgb(213,2,14); }

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

background-color css

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

 a { background-color: rgb(213,2,14); }

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

border-color css

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

 span { border-color: rgb(213,2,14); }

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