Html Css Color HEX #DA061A Venetian Red

📋 copy color: '#DA061A'

red 218 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #DA061A

Tints of Venetian Red #DA061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 87.2%
G = 2.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA061A (or 0xDA061A) is known color: Venetian Red. HEX triplet: DA, 06 and 1A. RGB value is (218,6,26). Sum of RGB (Red+Green+Blue) = 218+6+26=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA061A is #25F9E5. Grayscale: #474747. Windows color (decimal): -2488806 or 1705690. OLE color: 1705690.

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

Color convert

RGB 218 6 26 -
CMYK 0 0.97 0.88 0.15
HSL 354.34º 0.95% 0.44% -
HSV(B) 354.34º 0.97% 0.85% -
XYZ 29.17 15.11 2.36 -
YUV 71.67 102.24 232.37 -
System Red Green Blue C M Y K H S L
Decimal 218 6 26 0 0.97 0.88 0.15 354.34 0.95 0.44
Hex DA 6 1A 0 61 58 F 162 5F 2C
Octal 332 6 32 0 141 130 17 542 137 54
Binary 11011010 110 11010 0 1100001 1011000 1111 101100010 1011111 101100

Color Harmonies of #DA061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA061A

Black with #DA061A

Text Example


Text Example

White with #DA061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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