Html Css Color HEX #DA0612 Venetian Red

📋 copy color: '#DA0612'

red 218 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #DA0612

Tints of Venetian Red #DA0612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 90.08%
G = 2.48%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0612 (or 0xDA0612) is known color: Venetian Red. HEX triplet: DA, 06 and 12. RGB value is (218,6,18). Sum of RGB (Red+Green+Blue) = 218+6+18=242 (32% of max value = 765). Red value is 218 (85.55% from 255 or 90.08% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0612 is #25F9ED. Grayscale: #464646. Windows color (decimal): -2488814 or 1181402. OLE color: 1181402.

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

Color convert

RGB 218 6 18 -
CMYK 0 0.97 0.92 0.15
HSL 356.6º 0.95% 0.44% -
HSV(B) 356.6º 0.97% 0.85% -
XYZ 29.09 15.08 1.95 -
YUV 70.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 218 6 18 0 0.97 0.92 0.15 356.6 0.95 0.44
Hex DA 6 12 0 61 5C F 165 5F 2C
Octal 332 6 22 0 141 134 17 545 137 54
Binary 11011010 110 10010 0 1100001 1011100 1111 101100101 1011111 101100

Color Harmonies of #DA0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0612

Black with #DA0612

Text Example


Text Example

White with #DA0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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