Html Css Color HEX #D0020C Venetian Red

📋 copy color: '#D0020C'

red 208 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #D0020C

Tints of Venetian Red #D0020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 93.69%
G = 0.9%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0020C (or 0xD0020C) is known color: Venetian Red. HEX triplet: D0, 02 and 0C. RGB value is (208,2,12). Sum of RGB (Red+Green+Blue) = 208+2+12=222 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.69% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 208 - color contains mainly: red. Hex color #D0020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0020C is #2FFDF3. Grayscale: #404040. Windows color (decimal): -3145204 or 787152. OLE color: 787152.

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

Color convert

RGB 208 2 12 -
CMYK 0 0.99 0.94 0.18
HSL 357.09º 0.98% 0.41% -
HSV(B) 357.09º 0.99% 0.82% -
XYZ 26.1 13.48 1.57 -
YUV 64.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 208 2 12 0 0.99 0.94 0.18 357.09 0.98 0.41
Hex D0 2 C 0 63 5E 12 165 62 29
Octal 320 2 14 0 143 136 22 545 142 51
Binary 11010000 10 1100 0 1100011 1011110 10010 101100101 1100010 101001

Color Harmonies of #D0020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0020C

Black with #D0020C

Text Example


Text Example

White with #D0020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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