Html Css Color HEX #D20018 Venetian Red

📋 copy color: '#D20018'

red 210 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #D20018

Tints of Venetian Red #D20018

RGB

 RED value IS 210 (82.42% from 255) = 89.74%

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 89.74%
G = 0%
B = 10.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D20018 (or 0xD20018) is known color: Venetian Red. HEX triplet: D2, 00 and 18. RGB value is (210,0,24). Sum of RGB (Red+Green+Blue) = 210+0+24=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D20018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20018 is #2DFFE7. Grayscale: #414141. Windows color (decimal): -3014632 or 1573074. OLE color: 1573074.

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

Color convert

RGB 210 0 24 -
CMYK 0 1 0.89 0.18
HSL 353.14º 1% 0.41% -
HSV(B) 353.14º 1% 0.82% -
XYZ 26.74 13.77 2.11 -
YUV 65.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 210 0 24 0 1 0.89 0.18 353.14 1 0.41
Hex D2 0 18 0 64 59 12 161 64 29
Octal 322 0 30 0 144 131 22 541 144 51
Binary 11010010 0 11000 0 1100100 1011001 10010 101100001 1100100 101001

Color Harmonies of #D20018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20018

Black with #D20018

Text Example


Text Example

White with #D20018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20018; }

 p { color: rgb(210,0,24); }

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

background-color css

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

 a { background-color: rgb(210,0,24); }

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

border-color css

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

 span { border-color: rgb(210,0,24); }

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