Html Css Color HEX #DA0417 Venetian Red

📋 copy color: '#DA0417'

red 218 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #DA0417

Tints of Venetian Red #DA0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 88.98%
G = 1.63%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0417 (or 0xDA0417) is known color: Venetian Red. HEX triplet: DA, 04 and 17. RGB value is (218,4,23). Sum of RGB (Red+Green+Blue) = 218+4+23=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0417 is #25FBE8. Grayscale: #464646. Windows color (decimal): -2489321 or 1508570. OLE color: 1508570.

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

Color convert

RGB 218 4 23 -
CMYK 0 0.98 0.89 0.15
HSL 354.67º 0.96% 0.44% -
HSV(B) 354.67º 0.98% 0.85% -
XYZ 29.11 15.05 2.18 -
YUV 70.15 101.4 233.46 -
System Red Green Blue C M Y K H S L
Decimal 218 4 23 0 0.98 0.89 0.15 354.67 0.96 0.44
Hex DA 4 17 0 62 59 F 163 60 2C
Octal 332 4 27 0 142 131 17 543 140 54
Binary 11011010 100 10111 0 1100010 1011001 1111 101100011 1100000 101100

Color Harmonies of #DA0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0417

Black with #DA0417

Text Example


Text Example

White with #DA0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0417; }

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

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

background-color css

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

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

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

border-color css

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

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

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