Html Css Color HEX #DA070E Venetian Red

📋 copy color: '#DA070E'

red 218 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #DA070E

Tints of Venetian Red #DA070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 91.21%
G = 2.93%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA070E (or 0xDA070E) is known color: Venetian Red. HEX triplet: DA, 07 and 0E. RGB value is (218,7,14). Sum of RGB (Red+Green+Blue) = 218+7+14=239 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.21% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 218 - color contains mainly: red. Hex color #DA070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA070E is #25F8F1. Grayscale: #474747. Windows color (decimal): -2488562 or 919514. OLE color: 919514.

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

Color convert

RGB 218 7 14 -
CMYK 0 0.97 0.94 0.15
HSL 358.01º 0.94% 0.44% -
HSV(B) 358.01º 0.97% 0.85% -
XYZ 29.07 15.09 1.8 -
YUV 70.89 95.9 232.93 -
System Red Green Blue C M Y K H S L
Decimal 218 7 14 0 0.97 0.94 0.15 358.01 0.94 0.44
Hex DA 7 E 0 61 5E F 166 5E 2C
Octal 332 7 16 0 141 136 17 546 136 54
Binary 11011010 111 1110 0 1100001 1011110 1111 101100110 1011110 101100

Color Harmonies of #DA070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA070E

Black with #DA070E

Text Example


Text Example

White with #DA070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA070E; }

 p { color: rgb(218,7,14); }

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

background-color css

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

 a { background-color: rgb(218,7,14); }

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

border-color css

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

 span { border-color: rgb(218,7,14); }

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