Html Css Color HEX #D20317 Venetian Red

📋 copy color: '#D20317'

red 210 ◦ green 3 ◦ blue 23

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

Shades of Venetian Red #D20317

Tints of Venetian Red #D20317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 88.98%
G = 1.27%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D20317 (or 0xD20317) is known color: Venetian Red. HEX triplet: D2, 03 and 17. RGB value is (210,3,23). Sum of RGB (Red+Green+Blue) = 210+3+23=236 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.98% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 210 - color contains mainly: red. Hex color #D20317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20317 is #2DFCE8. Grayscale: #434343. Windows color (decimal): -3013865 or 1508306. OLE color: 1508306.

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

Color convert

RGB 210 3 23 -
CMYK 0 0.99 0.89 0.18
HSL 354.2º 0.97% 0.42% -
HSV(B) 354.2º 0.99% 0.82% -
XYZ 26.77 13.83 2.07 -
YUV 67.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 210 3 23 0 0.99 0.89 0.18 354.2 0.97 0.42
Hex D2 3 17 0 63 59 12 162 61 2A
Octal 322 3 27 0 143 131 22 542 141 52
Binary 11010010 11 10111 0 1100011 1011001 10010 101100010 1100001 101010

Color Harmonies of #D20317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20317

Black with #D20317

Text Example


Text Example

White with #D20317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20317; }

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

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

background-color css

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

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

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

border-color css

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

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

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