Html Css Color HEX #D10608 Venetian Red

📋 copy color: '#D10608'

red 209 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #D10608

Tints of Venetian Red #D10608

RGB

 RED value IS 209 (82.03% from 255) = 93.72%

 GREEN value IS 6 (2.73% from 255) = 2.69%

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

R = 93.72%
G = 2.69%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D10608 (or 0xD10608) is known color: Venetian Red. HEX triplet: D1, 06 and 08. RGB value is (209,6,8). Sum of RGB (Red+Green+Blue) = 209+6+8=223 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.72% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 209 - color contains mainly: red. Hex color #D10608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10608 is #2EF9F7. Grayscale: #434343. Windows color (decimal): -3078648 or 526033. OLE color: 526033.

HSL color Cylindrical-coordinate representation of color #D10608: hue angle of 359.41º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10608 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 8 -
CMYK 0 0.97 0.96 0.18
HSL 359.41º 0.94% 0.42% -
HSV(B) 359.41º 0.97% 0.82% -
XYZ 26.4 13.7 1.48 -
YUV 66.93 94.75 229.34 -
System Red Green Blue C M Y K H S L
Decimal 209 6 8 0 0.97 0.96 0.18 359.41 0.94 0.42
Hex D1 6 8 0 61 60 12 167 5E 2A
Octal 321 6 10 0 141 140 22 547 136 52
Binary 11010001 110 1000 0 1100001 1100000 10010 101100111 1011110 101010

Color Harmonies of #D10608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10608

Black with #D10608

Text Example


Text Example

White with #D10608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10608; }

 p { color: rgb(209,6,8); }

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

background-color css

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

 a { background-color: rgb(209,6,8); }

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

border-color css

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

 span { border-color: rgb(209,6,8); }

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