Html Css Color HEX #D20027 Venetian Red

📋 copy color: '#D20027'

red 210 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #D20027

Tints of Venetian Red #D20027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 84.34%
G = 0%
B = 15.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20027 (or 0xD20027) is known color: Venetian Red. HEX triplet: D2, 00 and 27. RGB value is (210,0,39). Sum of RGB (Red+Green+Blue) = 210+0+39=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D20027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20027 is #2DFFD8. Grayscale: #434343. Windows color (decimal): -3014617 or 2556114. OLE color: 2556114.

HSL color Cylindrical-coordinate representation of color #D20027: hue angle of 348.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20027 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 39 -
CMYK 0 1 0.81 0.18
HSL 348.86º 1% 0.41% -
HSV(B) 348.86º 1% 0.82% -
XYZ 26.94 13.85 3.17 -
YUV 67.24 112.07 229.83 -
System Red Green Blue C M Y K H S L
Decimal 210 0 39 0 1 0.81 0.18 348.86 1 0.41
Hex D2 0 27 0 64 51 12 15D 64 29
Octal 322 0 47 0 144 121 22 535 144 51
Binary 11010010 0 100111 0 1100100 1010001 10010 101011101 1100100 101001

Color Harmonies of #D20027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20027

Black with #D20027

Text Example


Text Example

White with #D20027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20027; }

 p { color: rgb(210,0,39); }

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

background-color css

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

 a { background-color: rgb(210,0,39); }

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

border-color css

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

 span { border-color: rgb(210,0,39); }

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