Html Css Color HEX #D20304 Venetian Red

📋 copy color: '#D20304'

red 210 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #D20304

Tints of Venetian Red #D20304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.84%

R = 96.77%
G = 1.38%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D20304 (or 0xD20304) is known color: Venetian Red. HEX triplet: D2, 03 and 04. RGB value is (210,3,4). Sum of RGB (Red+Green+Blue) = 210+3+4=217 (28% of max value = 765). Red value is 210 (82.42% from 255 or 96.77% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 210 - color contains mainly: red. Hex color #D20304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20304 is #2DFCFB. Grayscale: #414141. Windows color (decimal): -3013884 or 263122. OLE color: 263122.

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

Color convert

RGB 210 3 4 -
CMYK 0 0.99 0.98 0.18
HSL 359.71º 0.97% 0.42% -
HSV(B) 359.71º 0.99% 0.82% -
XYZ 26.63 13.78 1.37 -
YUV 65.01 93.58 231.42 -
System Red Green Blue C M Y K H S L
Decimal 210 3 4 0 0.99 0.98 0.18 359.71 0.97 0.42
Hex D2 3 4 0 63 62 12 168 61 2A
Octal 322 3 4 0 143 142 22 550 141 52
Binary 11010010 11 100 0 1100011 1100010 10010 101101000 1100001 101010

Color Harmonies of #D20304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20304

Black with #D20304

Text Example


Text Example

White with #D20304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20304; }

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

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

background-color css

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

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

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

border-color css

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

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

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