Html Css Color HEX #D2060F Venetian Red

📋 copy color: '#D2060F'

red 210 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #D2060F

Tints of Venetian Red #D2060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 90.91%
G = 2.6%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2060F (or 0xD2060F) is known color: Venetian Red. HEX triplet: D2, 06 and 0F. RGB value is (210,6,15). Sum of RGB (Red+Green+Blue) = 210+6+15=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D2060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2060F is #2DF9F0. Grayscale: #444444. Windows color (decimal): -3013105 or 984786. OLE color: 984786.

HSL color Cylindrical-coordinate representation of color #D2060F: hue angle of 357.35º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2060F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 6 15 -
CMYK 0 0.97 0.93 0.18
HSL 357.35º 0.94% 0.42% -
HSV(B) 357.35º 0.97% 0.82% -
XYZ 26.73 13.87 1.72 -
YUV 68.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 210 6 15 0 0.97 0.93 0.18 357.35 0.94 0.42
Hex D2 6 F 0 61 5D 12 165 5E 2A
Octal 322 6 17 0 141 135 22 545 136 52
Binary 11010010 110 1111 0 1100001 1011101 10010 101100101 1011110 101010

Color Harmonies of #D2060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2060F

Black with #D2060F

Text Example


Text Example

White with #D2060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2060F; }

 p { color: rgb(210,6,15); }

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

background-color css

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

 a { background-color: rgb(210,6,15); }

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

border-color css

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

 span { border-color: rgb(210,6,15); }

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