Html Css Color HEX #DA061D Venetian Red

📋 copy color: '#DA061D'

red 218 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #DA061D

Tints of Venetian Red #DA061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 86.17%
G = 2.37%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA061D (or 0xDA061D) is known color: Venetian Red. HEX triplet: DA, 06 and 1D. RGB value is (218,6,29). Sum of RGB (Red+Green+Blue) = 218+6+29=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA061D is #25F9E2. Grayscale: #484848. Windows color (decimal): -2488803 or 1902298. OLE color: 1902298.

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

Color convert

RGB 218 6 29 -
CMYK 0 0.97 0.87 0.15
HSL 353.49º 0.95% 0.44% -
HSV(B) 353.49º 0.97% 0.85% -
XYZ 29.2 15.12 2.54 -
YUV 72.01 103.74 232.13 -
System Red Green Blue C M Y K H S L
Decimal 218 6 29 0 0.97 0.87 0.15 353.49 0.95 0.44
Hex DA 6 1D 0 61 57 F 161 5F 2C
Octal 332 6 35 0 141 127 17 541 137 54
Binary 11011010 110 11101 0 1100001 1010111 1111 101100001 1011111 101100

Color Harmonies of #DA061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA061D

Black with #DA061D

Text Example


Text Example

White with #DA061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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