Html Css Color HEX #DA080F Venetian Red

📋 copy color: '#DA080F'

red 218 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #DA080F

Tints of Venetian Red #DA080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 90.46%
G = 3.32%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA080F (or 0xDA080F) is known color: Venetian Red. HEX triplet: DA, 08 and 0F. RGB value is (218,8,15). Sum of RGB (Red+Green+Blue) = 218+8+15=241 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.46% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 218 - color contains mainly: red. Hex color #DA080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA080F is #25F7F0. Grayscale: #474747. Windows color (decimal): -2488305 or 985306. OLE color: 985306.

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

Color convert

RGB 218 8 15 -
CMYK 0 0.96 0.93 0.15
HSL 358º 0.93% 0.44% -
HSV(B) 358º 0.96% 0.85% -
XYZ 29.09 15.11 1.84 -
YUV 71.59 96.07 232.43 -
System Red Green Blue C M Y K H S L
Decimal 218 8 15 0 0.96 0.93 0.15 358 0.93 0.44
Hex DA 8 F 0 60 5D F 166 5D 2C
Octal 332 10 17 0 140 135 17 546 135 54
Binary 11011010 1000 1111 0 1100000 1011101 1111 101100110 1011101 101100

Color Harmonies of #DA080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA080F

Black with #DA080F

Text Example


Text Example

White with #DA080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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