Html Css Color HEX #DA070D Venetian Red

📋 copy color: '#DA070D'

red 218 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #DA070D

Tints of Venetian Red #DA070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 91.6%
G = 2.94%
B = 5.46%

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

#DA070D (or 0xDA070D) is known color: Venetian Red. HEX triplet: DA, 07 and 0D. RGB value is (218,7,13). Sum of RGB (Red+Green+Blue) = 218+7+13=238 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.60% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 218 - color contains mainly: red. Hex color #DA070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA070D is #25F8F2. Grayscale: #464646. Windows color (decimal): -2488563 or 853978. OLE color: 853978.

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

Color convert

RGB 218 7 13 -
CMYK 0 0.97 0.94 0.15
HSL 358.29º 0.94% 0.44% -
HSV(B) 358.29º 0.97% 0.85% -
XYZ 29.06 15.09 1.76 -
YUV 70.77 95.4 233.01 -
System Red Green Blue C M Y K H S L
Decimal 218 7 13 0 0.97 0.94 0.15 358.29 0.94 0.44
Hex DA 7 D 0 61 5E F 166 5E 2C
Octal 332 7 15 0 141 136 17 546 136 54
Binary 11011010 111 1101 0 1100001 1011110 1111 101100110 1011110 101100

Color Harmonies of #DA070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA070D

Black with #DA070D

Text Example


Text Example

White with #DA070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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