Html Css Color HEX #DA090F Venetian Red

📋 copy color: '#DA090F'

red 218 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #DA090F

Tints of Venetian Red #DA090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 90.08%
G = 3.72%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA090F (or 0xDA090F) is known color: Venetian Red. HEX triplet: DA, 09 and 0F. RGB value is (218,9,15). Sum of RGB (Red+Green+Blue) = 218+9+15=242 (32% of max value = 765). Red value is 218 (85.55% from 255 or 90.08% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 218 - color contains mainly: red. Hex color #DA090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA090F is #25F6F0. Grayscale: #484848. Windows color (decimal): -2488049 or 985562. OLE color: 985562.

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

Color convert

RGB 218 9 15 -
CMYK 0 0.96 0.93 0.15
HSL 358.28º 0.92% 0.45% -
HSV(B) 358.28º 0.96% 0.85% -
XYZ 29.1 15.14 1.84 -
YUV 72.18 95.74 232.01 -
System Red Green Blue C M Y K H S L
Decimal 218 9 15 0 0.96 0.93 0.15 358.28 0.92 0.45
Hex DA 9 F 0 60 5D F 166 5C 2D
Octal 332 11 17 0 140 135 17 546 134 55
Binary 11011010 1001 1111 0 1100000 1011101 1111 101100110 1011100 101101

Color Harmonies of #DA090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA090F

Black with #DA090F

Text Example


Text Example

White with #DA090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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