Html Css Color HEX #D00610 Venetian Red

📋 copy color: '#D00610'

red 208 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #D00610

Tints of Venetian Red #D00610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 90.43%
G = 2.61%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00610 (or 0xD00610) is known color: Venetian Red. HEX triplet: D0, 06 and 10. RGB value is (208,6,16). Sum of RGB (Red+Green+Blue) = 208+6+16=230 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.43% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 208 - color contains mainly: red. Hex color #D00610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00610 is #2FF9EF. Grayscale: #434343. Windows color (decimal): -3144176 or 1050320. OLE color: 1050320.

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

Color convert

RGB 208 6 16 -
CMYK 0 0.97 0.92 0.18
HSL 357.03º 0.94% 0.42% -
HSV(B) 357.03º 0.97% 0.82% -
XYZ 26.17 13.58 1.73 -
YUV 67.54 98.92 228.19 -
System Red Green Blue C M Y K H S L
Decimal 208 6 16 0 0.97 0.92 0.18 357.03 0.94 0.42
Hex D0 6 10 0 61 5C 12 165 5E 2A
Octal 320 6 20 0 141 134 22 545 136 52
Binary 11010000 110 10000 0 1100001 1011100 10010 101100101 1011110 101010

Color Harmonies of #D00610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00610

Black with #D00610

Text Example


Text Example

White with #D00610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00610; }

 p { color: rgb(208,6,16); }

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

background-color css

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

 a { background-color: rgb(208,6,16); }

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

border-color css

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

 span { border-color: rgb(208,6,16); }

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