Html Css Color HEX #DA050D Venetian Red

📋 copy color: '#DA050D'

red 218 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #DA050D

Tints of Venetian Red #DA050D

RGB

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

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

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

R = 92.37%
G = 2.12%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA050D (or 0xDA050D) is known color: Venetian Red. HEX triplet: DA, 05 and 0D. RGB value is (218,5,13). Sum of RGB (Red+Green+Blue) = 218+5+13=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA050D is #25FAF2. Grayscale: #454545. Windows color (decimal): -2489075 or 853466. OLE color: 853466.

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

Color convert

RGB 218 5 13 -
CMYK 0 0.98 0.94 0.15
HSL 357.75º 0.96% 0.44% -
HSV(B) 357.75º 0.98% 0.85% -
XYZ 29.04 15.04 1.75 -
YUV 69.6 96.07 233.85 -
System Red Green Blue C M Y K H S L
Decimal 218 5 13 0 0.98 0.94 0.15 357.75 0.96 0.44
Hex DA 5 D 0 62 5E F 166 60 2C
Octal 332 5 15 0 142 136 17 546 140 54
Binary 11011010 101 1101 0 1100010 1011110 1111 101100110 1100000 101100

Color Harmonies of #DA050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA050D

Black with #DA050D

Text Example


Text Example

White with #DA050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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