Html Css Color HEX #D0060F Venetian Red

📋 copy color: '#D0060F'

red 208 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #D0060F

Tints of Venetian Red #D0060F

RGB

 RED value IS 208 (81.64% from 255) = 90.83%

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

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

R = 90.83%
G = 2.62%
B = 6.55%

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

#D0060F (or 0xD0060F) is known color: Venetian Red. HEX triplet: D0, 06 and 0F. RGB value is (208,6,15). Sum of RGB (Red+Green+Blue) = 208+6+15=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D0060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0060F is #2FF9F0. Grayscale: #434343. Windows color (decimal): -3144177 or 984784. OLE color: 984784.

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

Color convert

RGB 208 6 15 -
CMYK 0 0.97 0.93 0.18
HSL 357.33º 0.94% 0.42% -
HSV(B) 357.33º 0.97% 0.82% -
XYZ 26.16 13.57 1.69 -
YUV 67.42 98.42 228.27 -
System Red Green Blue C M Y K H S L
Decimal 208 6 15 0 0.97 0.93 0.18 357.33 0.94 0.42
Hex D0 6 F 0 61 5D 12 165 5E 2A
Octal 320 6 17 0 141 135 22 545 136 52
Binary 11010000 110 1111 0 1100001 1011101 10010 101100101 1011110 101010

Color Harmonies of #D0060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0060F

Black with #D0060F

Text Example


Text Example

White with #D0060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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