Html Css Color HEX #DA020D Venetian Red

📋 copy color: '#DA020D'

red 218 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #DA020D

Tints of Venetian Red #DA020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 93.56%
G = 0.86%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA020D (or 0xDA020D) is known color: Venetian Red. HEX triplet: DA, 02 and 0D. RGB value is (218,2,13). Sum of RGB (Red+Green+Blue) = 218+2+13=233 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.56% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 218 - color contains mainly: red. Hex color #DA020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA020D is #25FDF2. Grayscale: #444444. Windows color (decimal): -2489843 or 852698. OLE color: 852698.

HSL color Cylindrical-coordinate representation of color #DA020D: hue angle of 356.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 13 -
CMYK 0 0.99 0.94 0.15
HSL 356.94º 0.98% 0.43% -
HSV(B) 356.94º 0.99% 0.85% -
XYZ 29.01 14.98 1.74 -
YUV 67.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 218 2 13 0 0.99 0.94 0.15 356.94 0.98 0.43
Hex DA 2 D 0 63 5E F 165 62 2B
Octal 332 2 15 0 143 136 17 545 142 53
Binary 11011010 10 1101 0 1100011 1011110 1111 101100101 1100010 101011

Color Harmonies of #DA020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA020D

Black with #DA020D

Text Example


Text Example

White with #DA020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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