Html Css Color HEX #D20311 Venetian Red

📋 copy color: '#D20311'

red 210 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #D20311

Tints of Venetian Red #D20311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 91.3%
G = 1.3%
B = 7.39%

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

#D20311 (or 0xD20311) is known color: Venetian Red. HEX triplet: D2, 03 and 11. RGB value is (210,3,17). Sum of RGB (Red+Green+Blue) = 210+3+17=230 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.30% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 210 - color contains mainly: red. Hex color #D20311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20311 is #2DFCEE. Grayscale: #424242. Windows color (decimal): -3013871 or 1115090. OLE color: 1115090.

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

Color convert

RGB 210 3 17 -
CMYK 0 0.99 0.92 0.18
HSL 355.94º 0.97% 0.42% -
HSV(B) 355.94º 0.99% 0.82% -
XYZ 26.71 13.81 1.79 -
YUV 66.49 100.08 230.36 -
System Red Green Blue C M Y K H S L
Decimal 210 3 17 0 0.99 0.92 0.18 355.94 0.97 0.42
Hex D2 3 11 0 63 5C 12 164 61 2A
Octal 322 3 21 0 143 134 22 544 141 52
Binary 11010010 11 10001 0 1100011 1011100 10010 101100100 1100001 101010

Color Harmonies of #D20311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20311

Black with #D20311

Text Example


Text Example

White with #D20311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20311; }

 p { color: rgb(210,3,17); }

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

background-color css

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

 a { background-color: rgb(210,3,17); }

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

border-color css

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

 span { border-color: rgb(210,3,17); }

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