Html Css Color HEX #DA0118 Venetian Red

📋 copy color: '#DA0118'

red 218 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #DA0118

Tints of Venetian Red #DA0118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 89.71%
G = 0.41%
B = 9.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0118 (or 0xDA0118) is known color: Venetian Red. HEX triplet: DA, 01 and 18. RGB value is (218,1,24). Sum of RGB (Red+Green+Blue) = 218+1+24=243 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.71% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0118 is #25FEE7. Grayscale: #444444. Windows color (decimal): -2490088 or 1573338. OLE color: 1573338.

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

Color convert

RGB 218 1 24 -
CMYK 0 1.00 0.89 0.15
HSL 353.64º 0.99% 0.43% -
HSV(B) 353.64º 1% 0.85% -
XYZ 29.09 14.99 2.22 -
YUV 68.51 102.89 234.63 -
System Red Green Blue C M Y K H S L
Decimal 218 1 24 0 1.00 0.89 0.15 353.64 0.99 0.43
Hex DA 1 18 0 64 59 F 162 63 2B
Octal 332 1 30 0 144 131 17 542 143 53
Binary 11011010 1 11000 0 1100100 1011001 1111 101100010 1100011 101011

Color Harmonies of #DA0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0118

Black with #DA0118

Text Example


Text Example

White with #DA0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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