Html Css Color HEX #DA060F Venetian Red

📋 copy color: '#DA060F'

red 218 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #DA060F

Tints of Venetian Red #DA060F

RGB

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

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

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

R = 91.21%
G = 2.51%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA060F (or 0xDA060F) is known color: Venetian Red. HEX triplet: DA, 06 and 0F. RGB value is (218,6,15). Sum of RGB (Red+Green+Blue) = 218+6+15=239 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.21% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 218 - color contains mainly: red. Hex color #DA060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA060F is #25F9F0. Grayscale: #464646. Windows color (decimal): -2488817 or 984794. OLE color: 984794.

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

Color convert

RGB 218 6 15 -
CMYK 0 0.97 0.93 0.15
HSL 357.45º 0.95% 0.44% -
HSV(B) 357.45º 0.97% 0.85% -
XYZ 29.06 15.07 1.83 -
YUV 70.41 96.74 233.27 -
System Red Green Blue C M Y K H S L
Decimal 218 6 15 0 0.97 0.93 0.15 357.45 0.95 0.44
Hex DA 6 F 0 61 5D F 165 5F 2C
Octal 332 6 17 0 141 135 17 545 137 54
Binary 11011010 110 1111 0 1100001 1011101 1111 101100101 1011111 101100

Color Harmonies of #DA060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA060F

Black with #DA060F

Text Example


Text Example

White with #DA060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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