Html Css Color HEX #DA061E Venetian Red

📋 copy color: '#DA061E'

red 218 ◦ green 6 ◦ blue 30

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

Shades of Venetian Red #DA061E

Tints of Venetian Red #DA061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 85.83%
G = 2.36%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA061E (or 0xDA061E) is known color: Venetian Red. HEX triplet: DA, 06 and 1E. RGB value is (218,6,30). Sum of RGB (Red+Green+Blue) = 218+6+30=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA061E is #25F9E1. Grayscale: #484848. Windows color (decimal): -2488802 or 1967834. OLE color: 1967834.

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

Color convert

RGB 218 6 30 -
CMYK 0 0.97 0.86 0.15
HSL 353.21º 0.95% 0.44% -
HSV(B) 353.21º 0.97% 0.85% -
XYZ 29.21 15.13 2.61 -
YUV 72.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 218 6 30 0 0.97 0.86 0.15 353.21 0.95 0.44
Hex DA 6 1E 0 61 56 F 161 5F 2C
Octal 332 6 36 0 141 126 17 541 137 54
Binary 11011010 110 11110 0 1100001 1010110 1111 101100001 1011111 101100

Color Harmonies of #DA061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA061E

Black with #DA061E

Text Example


Text Example

White with #DA061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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