Html Css Color HEX #D20423 Venetian Red

📋 copy color: '#D20423'

red 210 ◦ green 4 ◦ blue 35

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

Shades of Venetian Red #D20423

Tints of Venetian Red #D20423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 84.34%
G = 1.61%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20423 (or 0xD20423) is known color: Venetian Red. HEX triplet: D2, 04 and 23. RGB value is (210,4,35). Sum of RGB (Red+Green+Blue) = 210+4+35=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D20423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20423 is #2DFBDC. Grayscale: #454545. Windows color (decimal): -3013597 or 2294994. OLE color: 2294994.

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

Color convert

RGB 210 4 35 -
CMYK 0 0.98 0.83 0.18
HSL 350.97º 0.96% 0.42% -
HSV(B) 350.97º 0.98% 0.82% -
XYZ 26.93 13.91 2.86 -
YUV 69.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 210 4 35 0 0.98 0.83 0.18 350.97 0.96 0.42
Hex D2 4 23 0 62 53 12 15F 60 2A
Octal 322 4 43 0 142 123 22 537 140 52
Binary 11010010 100 100011 0 1100010 1010011 10010 101011111 1100000 101010

Color Harmonies of #D20423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20423

Black with #D20423

Text Example


Text Example

White with #D20423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20423; }

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

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

background-color css

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

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

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

border-color css

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

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

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