Html Css Color HEX #DA0123 Venetian Red

📋 copy color: '#DA0123'

red 218 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #DA0123

Tints of Venetian Red #DA0123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.78%

R = 85.83%
G = 0.39%
B = 13.78%

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

#DA0123 (or 0xDA0123) is known color: Venetian Red. HEX triplet: DA, 01 and 23. RGB value is (218,1,35). Sum of RGB (Red+Green+Blue) = 218+1+35=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0123 is #25FEDC. Grayscale: #454545. Windows color (decimal): -2490077 or 2294234. OLE color: 2294234.

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

Color convert

RGB 218 1 35 -
CMYK 0 1.00 0.84 0.15
HSL 350.6º 0.99% 0.43% -
HSV(B) 350.6º 1% 0.85% -
XYZ 29.23 15.05 2.95 -
YUV 69.76 108.39 233.74 -
System Red Green Blue C M Y K H S L
Decimal 218 1 35 0 1.00 0.84 0.15 350.6 0.99 0.43
Hex DA 1 23 0 64 54 F 15F 63 2B
Octal 332 1 43 0 144 124 17 537 143 53
Binary 11011010 1 100011 0 1100100 1010100 1111 101011111 1100011 101011

Color Harmonies of #DA0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0123

Black with #DA0123

Text Example


Text Example

White with #DA0123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0123; }

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

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

background-color css

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

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

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

border-color css

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

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

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