Html Css Color HEX #D0021D Venetian Red

📋 copy color: '#D0021D'

red 208 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #D0021D

Tints of Venetian Red #D0021D

RGB

 RED value IS 208 (81.64% from 255) = 87.03%

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

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

R = 87.03%
G = 0.84%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0021D (or 0xD0021D) is known color: Venetian Red. HEX triplet: D0, 02 and 1D. RGB value is (208,2,29). Sum of RGB (Red+Green+Blue) = 208+2+29=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D0021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0021D is #2FFDE2. Grayscale: #424242. Windows color (decimal): -3145187 or 1901264. OLE color: 1901264.

HSL color Cylindrical-coordinate representation of color #D0021D: hue angle of 352.14º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0021D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 29 -
CMYK 0 0.99 0.86 0.18
HSL 352.14º 0.98% 0.41% -
HSV(B) 352.14º 0.99% 0.82% -
XYZ 26.26 13.54 2.39 -
YUV 66.67 106.75 228.8 -
System Red Green Blue C M Y K H S L
Decimal 208 2 29 0 0.99 0.86 0.18 352.14 0.98 0.41
Hex D0 2 1D 0 63 56 12 160 62 29
Octal 320 2 35 0 143 126 22 540 142 51
Binary 11010000 10 11101 0 1100011 1010110 10010 101100000 1100010 101001

Color Harmonies of #D0021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0021D

Black with #D0021D

Text Example


Text Example

White with #D0021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0021D; }

 p { color: rgb(208,2,29); }

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

background-color css

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

 a { background-color: rgb(208,2,29); }

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

border-color css

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

 span { border-color: rgb(208,2,29); }

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