Html Css Color HEX #DA0918 Venetian Red

📋 copy color: '#DA0918'

red 218 ◦ green 9 ◦ blue 24

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

Shades of Venetian Red #DA0918

Tints of Venetian Red #DA0918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 86.85%
G = 3.59%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0918 (or 0xDA0918) is known color: Venetian Red. HEX triplet: DA, 09 and 18. RGB value is (218,9,24). Sum of RGB (Red+Green+Blue) = 218+9+24=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0918 is #25F6E7. Grayscale: #494949. Windows color (decimal): -2488040 or 1575386. OLE color: 1575386.

HSL color Cylindrical-coordinate representation of color #DA0918: hue angle of 355.69º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0918 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 24 -
CMYK 0 0.96 0.89 0.15
HSL 355.69º 0.92% 0.45% -
HSV(B) 355.69º 0.96% 0.85% -
XYZ 29.18 15.17 2.25 -
YUV 73.2 100.24 231.28 -
System Red Green Blue C M Y K H S L
Decimal 218 9 24 0 0.96 0.89 0.15 355.69 0.92 0.45
Hex DA 9 18 0 60 59 F 164 5C 2D
Octal 332 11 30 0 140 131 17 544 134 55
Binary 11011010 1001 11000 0 1100000 1011001 1111 101100100 1011100 101101

Color Harmonies of #DA0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0918

Black with #DA0918

Text Example


Text Example

White with #DA0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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