Html Css Color HEX #DA070F Venetian Red

📋 copy color: '#DA070F'

red 218 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #DA070F

Tints of Venetian Red #DA070F

RGB

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

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

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

R = 90.83%
G = 2.92%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA070F (or 0xDA070F) is known color: Venetian Red. HEX triplet: DA, 07 and 0F. RGB value is (218,7,15). Sum of RGB (Red+Green+Blue) = 218+7+15=240 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.83% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 218 - color contains mainly: red. Hex color #DA070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA070F is #25F8F0. Grayscale: #474747. Windows color (decimal): -2488561 or 985050. OLE color: 985050.

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

Color convert

RGB 218 7 15 -
CMYK 0 0.97 0.93 0.15
HSL 357.73º 0.94% 0.44% -
HSV(B) 357.73º 0.97% 0.85% -
XYZ 29.08 15.09 1.83 -
YUV 71 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 218 7 15 0 0.97 0.93 0.15 357.73 0.94 0.44
Hex DA 7 F 0 61 5D F 166 5E 2C
Octal 332 7 17 0 141 135 17 546 136 54
Binary 11011010 111 1111 0 1100001 1011101 1111 101100110 1011110 101100

Color Harmonies of #DA070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA070F

Black with #DA070F

Text Example


Text Example

White with #DA070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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