Html Css Color HEX #DA0102 Venetian Red

📋 copy color: '#DA0102'

red 218 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #DA0102

Tints of Venetian Red #DA0102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 98.64%
G = 0.45%
B = 0.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA0102 (or 0xDA0102) is known color: Venetian Red. HEX triplet: DA, 01 and 02. RGB value is (218,1,2). Sum of RGB (Red+Green+Blue) = 218+1+2=221 (29% of max value = 765). Red value is 218 (85.55% from 255 or 98.64% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0102 is #25FEFD. Grayscale: #424242. Windows color (decimal): -2490110 or 131546. OLE color: 131546.

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

Color convert

RGB 218 1 2 -
CMYK 0 1.00 0.99 0.15
HSL 359.72º 0.99% 0.43% -
HSV(B) 359.72º 1% 0.85% -
XYZ 28.94 14.93 1.41 -
YUV 66 91.89 236.42 -
System Red Green Blue C M Y K H S L
Decimal 218 1 2 0 1.00 0.99 0.15 359.72 0.99 0.43
Hex DA 1 2 0 64 63 F 168 63 2B
Octal 332 1 2 0 144 143 17 550 143 53
Binary 11011010 1 10 0 1100100 1100011 1111 101101000 1100011 101011

Color Harmonies of #DA0102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0102

Black with #DA0102

Text Example


Text Example

White with #DA0102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0102; }

 p { color: rgb(218,1,2); }

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

background-color css

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

 a { background-color: rgb(218,1,2); }

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

border-color css

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

 span { border-color: rgb(218,1,2); }

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