Html Css Color HEX #DA050B Venetian Red

📋 copy color: '#DA050B'

red 218 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #DA050B

Tints of Venetian Red #DA050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

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

R = 93.16%
G = 2.14%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA050B (or 0xDA050B) is known color: Venetian Red. HEX triplet: DA, 05 and 0B. RGB value is (218,5,11). Sum of RGB (Red+Green+Blue) = 218+5+11=234 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.16% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 218 - color contains mainly: red. Hex color #DA050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA050B is #25FAF4. Grayscale: #454545. Windows color (decimal): -2489077 or 722394. OLE color: 722394.

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

Color convert

RGB 218 5 11 -
CMYK 0 0.98 0.95 0.15
HSL 358.31º 0.96% 0.44% -
HSV(B) 358.31º 0.98% 0.85% -
XYZ 29.03 15.04 1.69 -
YUV 69.37 95.07 234.01 -
System Red Green Blue C M Y K H S L
Decimal 218 5 11 0 0.98 0.95 0.15 358.31 0.96 0.44
Hex DA 5 B 0 62 5F F 166 60 2C
Octal 332 5 13 0 142 137 17 546 140 54
Binary 11011010 101 1011 0 1100010 1011111 1111 101100110 1100000 101100

Color Harmonies of #DA050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA050B

Black with #DA050B

Text Example


Text Example

White with #DA050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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