Html Css Color HEX #D20207 Venetian Red

📋 copy color: '#D20207'

red 210 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #D20207

Tints of Venetian Red #D20207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 7 (3.13% from 255) = 3.2%

R = 95.89%
G = 0.91%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D20207 (or 0xD20207) is known color: Venetian Red. HEX triplet: D2, 02 and 07. RGB value is (210,2,7). Sum of RGB (Red+Green+Blue) = 210+2+7=219 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.89% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 210 - color contains mainly: red. Hex color #D20207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20207 is #2DFDF8. Grayscale: #404040. Windows color (decimal): -3014137 or 459474. OLE color: 459474.

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

Color convert

RGB 210 2 7 -
CMYK 0 0.99 0.97 0.18
HSL 358.56º 0.98% 0.42% -
HSV(B) 358.56º 0.99% 0.82% -
XYZ 26.64 13.76 1.45 -
YUV 64.76 95.41 231.59 -
System Red Green Blue C M Y K H S L
Decimal 210 2 7 0 0.99 0.97 0.18 358.56 0.98 0.42
Hex D2 2 7 0 63 61 12 167 62 2A
Octal 322 2 7 0 143 141 22 547 142 52
Binary 11010010 10 111 0 1100011 1100001 10010 101100111 1100010 101010

Color Harmonies of #D20207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20207

Black with #D20207

Text Example


Text Example

White with #D20207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20207; }

 p { color: rgb(210,2,7); }

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

background-color css

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

 a { background-color: rgb(210,2,7); }

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

border-color css

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

 span { border-color: rgb(210,2,7); }

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