Html Css Color HEX #DA060C Venetian Red

📋 copy color: '#DA060C'

red 218 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #DA060C

Tints of Venetian Red #DA060C

RGB

 RED value IS 218 (85.55% from 255) = 92.37%

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 92.37%
G = 2.54%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA060C (or 0xDA060C) is known color: Venetian Red. HEX triplet: DA, 06 and 0C. RGB value is (218,6,12). Sum of RGB (Red+Green+Blue) = 218+6+12=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA060C is #25F9F3. Grayscale: #464646. Windows color (decimal): -2488820 or 788186. OLE color: 788186.

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

Color convert

RGB 218 6 12 -
CMYK 0 0.97 0.94 0.15
HSL 358.3º 0.95% 0.44% -
HSV(B) 358.3º 0.97% 0.85% -
XYZ 29.04 15.06 1.72 -
YUV 70.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 218 6 12 0 0.97 0.94 0.15 358.3 0.95 0.44
Hex DA 6 C 0 61 5E F 166 5F 2C
Octal 332 6 14 0 141 136 17 546 137 54
Binary 11011010 110 1100 0 1100001 1011110 1111 101100110 1011111 101100

Color Harmonies of #DA060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA060C

Black with #DA060C

Text Example


Text Example

White with #DA060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA060C; }

 p { color: rgb(218,6,12); }

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

background-color css

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

 a { background-color: rgb(218,6,12); }

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

border-color css

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

 span { border-color: rgb(218,6,12); }

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