Html Css Color HEX #DA090A Venetian Red

📋 copy color: '#DA090A'

red 218 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #DA090A

Tints of Venetian Red #DA090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 91.98%
G = 3.8%
B = 4.22%

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

#DA090A (or 0xDA090A) is known color: Venetian Red. HEX triplet: DA, 09 and 0A. RGB value is (218,9,10). Sum of RGB (Red+Green+Blue) = 218+9+10=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA090A is #25F6F5. Grayscale: #474747. Windows color (decimal): -2488054 or 657882. OLE color: 657882.

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

Color convert

RGB 218 9 10 -
CMYK 0 0.96 0.95 0.15
HSL 359.71º 0.92% 0.45% -
HSV(B) 359.71º 0.96% 0.85% -
XYZ 29.07 15.12 1.67 -
YUV 71.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 218 9 10 0 0.96 0.95 0.15 359.71 0.92 0.45
Hex DA 9 A 0 60 5F F 168 5C 2D
Octal 332 11 12 0 140 137 17 550 134 55
Binary 11011010 1001 1010 0 1100000 1011111 1111 101101000 1011100 101101

Color Harmonies of #DA090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA090A

Black with #DA090A

Text Example


Text Example

White with #DA090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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