Html Css Color HEX #DA0317 Venetian Red

📋 copy color: '#DA0317'

red 218 ◦ green 3 ◦ blue 23

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

Shades of Venetian Red #DA0317

Tints of Venetian Red #DA0317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 89.34%
G = 1.23%
B = 9.43%

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

#DA0317 (or 0xDA0317) is known color: Venetian Red. HEX triplet: DA, 03 and 17. RGB value is (218,3,23). Sum of RGB (Red+Green+Blue) = 218+3+23=244 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.34% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0317 is #25FCE8. Grayscale: #454545. Windows color (decimal): -2489577 or 1508314. OLE color: 1508314.

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

Color convert

RGB 218 3 23 -
CMYK 0 0.99 0.89 0.15
HSL 354.42º 0.97% 0.43% -
HSV(B) 354.42º 0.99% 0.85% -
XYZ 29.1 15.03 2.18 -
YUV 69.57 101.73 233.87 -
System Red Green Blue C M Y K H S L
Decimal 218 3 23 0 0.99 0.89 0.15 354.42 0.97 0.43
Hex DA 3 17 0 63 59 F 162 61 2B
Octal 332 3 27 0 143 131 17 542 141 53
Binary 11011010 11 10111 0 1100011 1011001 1111 101100010 1100001 101011

Color Harmonies of #DA0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0317

Black with #DA0317

Text Example


Text Example

White with #DA0317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0317; }

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

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

background-color css

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

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

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

border-color css

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

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

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