Html Css Color HEX #DA070A Venetian Red

📋 copy color: '#DA070A'

red 218 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #DA070A

Tints of Venetian Red #DA070A

RGB

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

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

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

R = 92.77%
G = 2.98%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA070A (or 0xDA070A) is known color: Venetian Red. HEX triplet: DA, 07 and 0A. RGB value is (218,7,10). Sum of RGB (Red+Green+Blue) = 218+7+10=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA070A is #25F8F5. Grayscale: #464646. Windows color (decimal): -2488566 or 657370. OLE color: 657370.

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

Color convert

RGB 218 7 10 -
CMYK 0 0.97 0.95 0.15
HSL 359.15º 0.94% 0.44% -
HSV(B) 359.15º 0.97% 0.85% -
XYZ 29.04 15.08 1.67 -
YUV 70.43 93.9 233.26 -
System Red Green Blue C M Y K H S L
Decimal 218 7 10 0 0.97 0.95 0.15 359.15 0.94 0.44
Hex DA 7 A 0 61 5F F 167 5E 2C
Octal 332 7 12 0 141 137 17 547 136 54
Binary 11011010 111 1010 0 1100001 1011111 1111 101100111 1011110 101100

Color Harmonies of #DA070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA070A

Black with #DA070A

Text Example


Text Example

White with #DA070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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