Html Css Color HEX #D20413 Venetian Red

📋 copy color: '#D20413'

red 210 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #D20413

Tints of Venetian Red #D20413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 90.13%
G = 1.72%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20413 (or 0xD20413) is known color: Venetian Red. HEX triplet: D2, 04 and 13. RGB value is (210,4,19). Sum of RGB (Red+Green+Blue) = 210+4+19=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D20413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20413 is #2DFBEC. Grayscale: #434343. Windows color (decimal): -3013613 or 1246418. OLE color: 1246418.

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

Color convert

RGB 210 4 19 -
CMYK 0 0.98 0.91 0.18
HSL 355.63º 0.96% 0.42% -
HSV(B) 355.63º 0.98% 0.82% -
XYZ 26.74 13.84 1.88 -
YUV 67.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 210 4 19 0 0.98 0.91 0.18 355.63 0.96 0.42
Hex D2 4 13 0 62 5B 12 164 60 2A
Octal 322 4 23 0 142 133 22 544 140 52
Binary 11010010 100 10011 0 1100010 1011011 10010 101100100 1100000 101010

Color Harmonies of #D20413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20413

Black with #D20413

Text Example


Text Example

White with #D20413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20413; }

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

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

background-color css

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

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

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

border-color css

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

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

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