Html Css Color HEX #D00310 Venetian Red

📋 copy color: '#D00310'

red 208 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #D00310

Tints of Venetian Red #D00310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 91.63%
G = 1.32%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00310 (or 0xD00310) is known color: Venetian Red. HEX triplet: D0, 03 and 10. RGB value is (208,3,16). Sum of RGB (Red+Green+Blue) = 208+3+16=227 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.63% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 208 - color contains mainly: red. Hex color #D00310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00310 is #2FFCEF. Grayscale: #414141. Windows color (decimal): -3144944 or 1049552. OLE color: 1049552.

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

Color convert

RGB 208 3 16 -
CMYK 0 0.99 0.92 0.18
HSL 356.2º 0.97% 0.41% -
HSV(B) 356.2º 0.99% 0.82% -
XYZ 26.14 13.51 1.72 -
YUV 65.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 208 3 16 0 0.99 0.92 0.18 356.2 0.97 0.41
Hex D0 3 10 0 63 5C 12 164 61 29
Octal 320 3 20 0 143 134 22 544 141 51
Binary 11010000 11 10000 0 1100011 1011100 10010 101100100 1100001 101001

Color Harmonies of #D00310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00310

Black with #D00310

Text Example


Text Example

White with #D00310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00310; }

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

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

background-color css

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

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

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

border-color css

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

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

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