Html Css Color HEX #DA020B Venetian Red

📋 copy color: '#DA020B'

red 218 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #DA020B

Tints of Venetian Red #DA020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 94.37%
G = 0.87%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA020B (or 0xDA020B) is known color: Venetian Red. HEX triplet: DA, 02 and 0B. RGB value is (218,2,11). Sum of RGB (Red+Green+Blue) = 218+2+11=231 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.37% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 218 - color contains mainly: red. Hex color #DA020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA020B is #25FDF4. Grayscale: #434343. Windows color (decimal): -2489845 or 721626. OLE color: 721626.

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

Color convert

RGB 218 2 11 -
CMYK 0 0.99 0.95 0.15
HSL 357.5º 0.98% 0.43% -
HSV(B) 357.5º 0.99% 0.85% -
XYZ 29 14.97 1.68 -
YUV 67.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 218 2 11 0 0.99 0.95 0.15 357.5 0.98 0.43
Hex DA 2 B 0 63 5F F 166 62 2B
Octal 332 2 13 0 143 137 17 546 142 53
Binary 11011010 10 1011 0 1100011 1011111 1111 101100110 1100010 101011

Color Harmonies of #DA020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA020B

Black with #DA020B

Text Example


Text Example

White with #DA020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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