Html Css Color HEX #DA0309 Venetian Red

📋 copy color: '#DA0309'

red 218 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #DA0309

Tints of Venetian Red #DA0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

 BLUE value IS 9 (3.91% from 255) = 3.91%

R = 94.78%
G = 1.3%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0309 (or 0xDA0309) is known color: Venetian Red. HEX triplet: DA, 03 and 09. RGB value is (218,3,9). Sum of RGB (Red+Green+Blue) = 218+3+9=230 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.78% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0309 is #25FCF6. Grayscale: #444444. Windows color (decimal): -2489591 or 590810. OLE color: 590810.

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

Color convert

RGB 218 3 9 -
CMYK 0 0.99 0.96 0.15
HSL 358.33º 0.97% 0.43% -
HSV(B) 358.33º 0.99% 0.85% -
XYZ 29 14.99 1.62 -
YUV 67.97 94.73 235.01 -
System Red Green Blue C M Y K H S L
Decimal 218 3 9 0 0.99 0.96 0.15 358.33 0.97 0.43
Hex DA 3 9 0 63 60 F 166 61 2B
Octal 332 3 11 0 143 140 17 546 141 53
Binary 11011010 11 1001 0 1100011 1100000 1111 101100110 1100001 101011

Color Harmonies of #DA0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0309

Black with #DA0309

Text Example


Text Example

White with #DA0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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