Html Css Color HEX #DA061C Venetian Red

📋 copy color: '#DA061C'

red 218 ◦ green 6 ◦ blue 28

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

Shades of Venetian Red #DA061C

Tints of Venetian Red #DA061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 86.51%
G = 2.38%
B = 11.11%

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

#DA061C (or 0xDA061C) is known color: Venetian Red. HEX triplet: DA, 06 and 1C. RGB value is (218,6,28). Sum of RGB (Red+Green+Blue) = 218+6+28=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA061C is #25F9E3. Grayscale: #484848. Windows color (decimal): -2488804 or 1836762. OLE color: 1836762.

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

Color convert

RGB 218 6 28 -
CMYK 0 0.97 0.87 0.15
HSL 353.77º 0.95% 0.44% -
HSV(B) 353.77º 0.97% 0.85% -
XYZ 29.19 15.12 2.48 -
YUV 71.9 103.24 232.21 -
System Red Green Blue C M Y K H S L
Decimal 218 6 28 0 0.97 0.87 0.15 353.77 0.95 0.44
Hex DA 6 1C 0 61 57 F 162 5F 2C
Octal 332 6 34 0 141 127 17 542 137 54
Binary 11011010 110 11100 0 1100001 1010111 1111 101100010 1011111 101100

Color Harmonies of #DA061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA061C

Black with #DA061C

Text Example


Text Example

White with #DA061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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