Html Css Color HEX #DA080A Venetian Red

📋 copy color: '#DA080A'

red 218 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #DA080A

Tints of Venetian Red #DA080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 92.37%
G = 3.39%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA080A (or 0xDA080A) is known color: Venetian Red. HEX triplet: DA, 08 and 0A. RGB value is (218,8,10). Sum of RGB (Red+Green+Blue) = 218+8+10=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA080A is #25F7F5. Grayscale: #474747. Windows color (decimal): -2488310 or 657626. OLE color: 657626.

HSL color Cylindrical-coordinate representation of color #DA080A: hue angle of 359.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 10 -
CMYK 0 0.96 0.95 0.15
HSL 359.43º 0.93% 0.44% -
HSV(B) 359.43º 0.96% 0.85% -
XYZ 29.06 15.1 1.67 -
YUV 71.02 93.57 232.84 -
System Red Green Blue C M Y K H S L
Decimal 218 8 10 0 0.96 0.95 0.15 359.43 0.93 0.44
Hex DA 8 A 0 60 5F F 167 5D 2C
Octal 332 10 12 0 140 137 17 547 135 54
Binary 11011010 1000 1010 0 1100000 1011111 1111 101100111 1011101 101100

Color Harmonies of #DA080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA080A

Black with #DA080A

Text Example


Text Example

White with #DA080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA080A; }

 p { color: rgb(218,8,10); }

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

background-color css

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

 a { background-color: rgb(218,8,10); }

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

border-color css

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

 span { border-color: rgb(218,8,10); }

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