Html Css Color HEX #DA0122 Venetian Red

📋 copy color: '#DA0122'

red 218 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #DA0122

Tints of Venetian Red #DA0122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.44%

R = 86.17%
G = 0.4%
B = 13.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA0122 (or 0xDA0122) is known color: Venetian Red. HEX triplet: DA, 01 and 22. RGB value is (218,1,34). Sum of RGB (Red+Green+Blue) = 218+1+34=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0122 is #25FEDD. Grayscale: #454545. Windows color (decimal): -2490078 or 2228698. OLE color: 2228698.

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

Color convert

RGB 218 1 34 -
CMYK 0 1.00 0.84 0.15
HSL 350.88º 0.99% 0.43% -
HSV(B) 350.88º 1% 0.85% -
XYZ 29.21 15.04 2.88 -
YUV 69.65 107.89 233.82 -
System Red Green Blue C M Y K H S L
Decimal 218 1 34 0 1.00 0.84 0.15 350.88 0.99 0.43
Hex DA 1 22 0 64 54 F 15F 63 2B
Octal 332 1 42 0 144 124 17 537 143 53
Binary 11011010 1 100010 0 1100100 1010100 1111 101011111 1100011 101011

Color Harmonies of #DA0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0122

Black with #DA0122

Text Example


Text Example

White with #DA0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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