Html Css Color HEX #D20416 Venetian Red

📋 copy color: '#D20416'

red 210 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #D20416

Tints of Venetian Red #D20416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 88.98%
G = 1.69%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20416 (or 0xD20416) is known color: Venetian Red. HEX triplet: D2, 04 and 16. RGB value is (210,4,22). Sum of RGB (Red+Green+Blue) = 210+4+22=236 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.98% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 210 - color contains mainly: red. Hex color #D20416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20416 is #2DFBE9. Grayscale: #434343. Windows color (decimal): -3013610 or 1443026. OLE color: 1443026.

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

Color convert

RGB 210 4 22 -
CMYK 0 0.98 0.90 0.18
HSL 354.76º 0.96% 0.42% -
HSV(B) 354.76º 0.98% 0.82% -
XYZ 26.77 13.85 2.02 -
YUV 67.65 102.25 229.54 -
System Red Green Blue C M Y K H S L
Decimal 210 4 22 0 0.98 0.90 0.18 354.76 0.96 0.42
Hex D2 4 16 0 62 5A 12 163 60 2A
Octal 322 4 26 0 142 132 22 543 140 52
Binary 11010010 100 10110 0 1100010 1011010 10010 101100011 1100000 101010

Color Harmonies of #D20416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20416

Black with #D20416

Text Example


Text Example

White with #D20416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20416; }

 p { color: rgb(210,4,22); }

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

background-color css

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

 a { background-color: rgb(210,4,22); }

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

border-color css

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

 span { border-color: rgb(210,4,22); }

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