Html Css Color HEX #DC060F Venetian Red

📋 copy color: '#DC060F'

red 220 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #DC060F

Tints of Venetian Red #DC060F

RGB

 RED value IS 220 (86.33% from 255) = 91.29%

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

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

R = 91.29%
G = 2.49%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC060F (or 0xDC060F) is known color: Venetian Red. HEX triplet: DC, 06 and 0F. RGB value is (220,6,15). Sum of RGB (Red+Green+Blue) = 220+6+15=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC060F is #23F9F0. Grayscale: #474747. Windows color (decimal): -2357745 or 984796. OLE color: 984796.

HSL color Cylindrical-coordinate representation of color #DC060F: hue angle of 357.48º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC060F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 15 -
CMYK 0 0.97 0.93 0.14
HSL 357.48º 0.95% 0.44% -
HSV(B) 357.48º 0.97% 0.86% -
XYZ 29.67 15.38 1.86 -
YUV 71.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 220 6 15 0 0.97 0.93 0.14 357.48 0.95 0.44
Hex DC 6 F 0 61 5D E 165 5F 2C
Octal 334 6 17 0 141 135 16 545 137 54
Binary 11011100 110 1111 0 1100001 1011101 1110 101100101 1011111 101100

Color Harmonies of #DC060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC060F

Black with #DC060F

Text Example


Text Example

White with #DC060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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