Html Css Color HEX #DA090B Venetian Red

📋 copy color: '#DA090B'

red 218 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #DA090B

Tints of Venetian Red #DA090B

RGB

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

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

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

R = 91.6%
G = 3.78%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA090B (or 0xDA090B) is known color: Venetian Red. HEX triplet: DA, 09 and 0B. RGB value is (218,9,11). Sum of RGB (Red+Green+Blue) = 218+9+11=238 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.60% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 218 - color contains mainly: red. Hex color #DA090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA090B is #25F6F4. Grayscale: #474747. Windows color (decimal): -2488053 or 723418. OLE color: 723418.

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

Color convert

RGB 218 9 11 -
CMYK 0 0.96 0.95 0.15
HSL 359.43º 0.92% 0.45% -
HSV(B) 359.43º 0.96% 0.85% -
XYZ 29.07 15.12 1.7 -
YUV 71.72 93.74 232.34 -
System Red Green Blue C M Y K H S L
Decimal 218 9 11 0 0.96 0.95 0.15 359.43 0.92 0.45
Hex DA 9 B 0 60 5F F 167 5C 2D
Octal 332 11 13 0 140 137 17 547 134 55
Binary 11011010 1001 1011 0 1100000 1011111 1111 101100111 1011100 101101

Color Harmonies of #DA090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA090B

Black with #DA090B

Text Example


Text Example

White with #DA090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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