Html Css Color HEX #DA0003 Venetian Red

📋 copy color: '#DA0003'

red 218 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #DA0003

Tints of Venetian Red #DA0003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 98.64%
G = 0%
B = 1.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA0003 (or 0xDA0003) is known color: Venetian Red. HEX triplet: DA, 00 and 03. RGB value is (218,0,3). Sum of RGB (Red+Green+Blue) = 218+0+3=221 (29% of max value = 765). Red value is 218 (85.55% from 255 or 98.64% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0003 is #25FFFC. Grayscale: #414141. Windows color (decimal): -2490365 or 196826. OLE color: 196826.

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

Color convert

RGB 218 0 3 -
CMYK 0 1 0.99 0.15
HSL 359.17º 1% 0.43% -
HSV(B) 359.17º 1% 0.85% -
XYZ 28.93 14.91 1.44 -
YUV 65.52 92.72 236.76 -
System Red Green Blue C M Y K H S L
Decimal 218 0 3 0 1 0.99 0.15 359.17 1 0.43
Hex DA 0 3 0 64 63 F 167 64 2B
Octal 332 0 3 0 144 143 17 547 144 53
Binary 11011010 0 11 0 1100100 1100011 1111 101100111 1100100 101011

Color Harmonies of #DA0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0003

Black with #DA0003

Text Example


Text Example

White with #DA0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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