Html Css Color HEX #DA0318 Venetian Red

📋 copy color: '#DA0318'

red 218 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #DA0318

Tints of Venetian Red #DA0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 88.98%
G = 1.22%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0318 (or 0xDA0318) is known color: Venetian Red. HEX triplet: DA, 03 and 18. RGB value is (218,3,24). Sum of RGB (Red+Green+Blue) = 218+3+24=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0318 is #25FCE7. Grayscale: #454545. Windows color (decimal): -2489576 or 1573850. OLE color: 1573850.

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

Color convert

RGB 218 3 24 -
CMYK 0 0.99 0.89 0.15
HSL 354.14º 0.97% 0.43% -
HSV(B) 354.14º 0.99% 0.85% -
XYZ 29.11 15.04 2.23 -
YUV 69.68 102.23 233.79 -
System Red Green Blue C M Y K H S L
Decimal 218 3 24 0 0.99 0.89 0.15 354.14 0.97 0.43
Hex DA 3 18 0 63 59 F 162 61 2B
Octal 332 3 30 0 143 131 17 542 141 53
Binary 11011010 11 11000 0 1100011 1011001 1111 101100010 1100001 101011

Color Harmonies of #DA0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0318

Black with #DA0318

Text Example


Text Example

White with #DA0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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