Html Css Color HEX #D20108 Venetian Red

📋 copy color: '#D20108'

red 210 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #D20108

Tints of Venetian Red #D20108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 8 (3.52% from 255) = 3.65%

R = 95.89%
G = 0.46%
B = 3.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D20108 (or 0xD20108) is known color: Venetian Red. HEX triplet: D2, 01 and 08. RGB value is (210,1,8). Sum of RGB (Red+Green+Blue) = 210+1+8=219 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.89% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 210 - color contains mainly: red. Hex color #D20108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20108 is #2DFEF7. Grayscale: #404040. Windows color (decimal): -3014392 or 524754. OLE color: 524754.

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

Color convert

RGB 210 1 8 -
CMYK 0 1.00 0.96 0.18
HSL 357.99º 0.99% 0.41% -
HSV(B) 357.99º 1% 0.82% -
XYZ 26.63 13.74 1.48 -
YUV 64.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 210 1 8 0 1.00 0.96 0.18 357.99 0.99 0.41
Hex D2 1 8 0 64 60 12 166 63 29
Octal 322 1 10 0 144 140 22 546 143 51
Binary 11010010 1 1000 0 1100100 1100000 10010 101100110 1100011 101001

Color Harmonies of #D20108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20108

Black with #D20108

Text Example


Text Example

White with #D20108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20108; }

 p { color: rgb(210,1,8); }

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

background-color css

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

 a { background-color: rgb(210,1,8); }

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

border-color css

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

 span { border-color: rgb(210,1,8); }

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