Html Css Color HEX #DA090D Venetian Red

📋 copy color: '#DA090D'

red 218 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #DA090D

Tints of Venetian Red #DA090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

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

R = 90.83%
G = 3.75%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA090D (or 0xDA090D) is known color: Venetian Red. HEX triplet: DA, 09 and 0D. RGB value is (218,9,13). Sum of RGB (Red+Green+Blue) = 218+9+13=240 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.83% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 218 - color contains mainly: red. Hex color #DA090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA090D is #25F6F2. Grayscale: #484848. Windows color (decimal): -2488051 or 854490. OLE color: 854490.

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

Color convert

RGB 218 9 13 -
CMYK 0 0.96 0.94 0.15
HSL 358.85º 0.92% 0.45% -
HSV(B) 358.85º 0.96% 0.85% -
XYZ 29.08 15.13 1.77 -
YUV 71.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 218 9 13 0 0.96 0.94 0.15 358.85 0.92 0.45
Hex DA 9 D 0 60 5E F 167 5C 2D
Octal 332 11 15 0 140 136 17 547 134 55
Binary 11011010 1001 1101 0 1100000 1011110 1111 101100111 1011100 101101

Color Harmonies of #DA090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA090D

Black with #DA090D

Text Example


Text Example

White with #DA090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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