Html Css Color HEX #DA0408 Venetian Red

📋 copy color: '#DA0408'

red 218 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #DA0408

Tints of Venetian Red #DA0408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 94.78%
G = 1.74%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0408 (or 0xDA0408) is known color: Venetian Red. HEX triplet: DA, 04 and 08. RGB value is (218,4,8). Sum of RGB (Red+Green+Blue) = 218+4+8=230 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.78% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0408 is #25FBF7. Grayscale: #444444. Windows color (decimal): -2489336 or 525530. OLE color: 525530.

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

Color convert

RGB 218 4 8 -
CMYK 0 0.98 0.96 0.15
HSL 358.88º 0.96% 0.44% -
HSV(B) 358.88º 0.98% 0.85% -
XYZ 29 15.01 1.6 -
YUV 68.44 93.9 234.67 -
System Red Green Blue C M Y K H S L
Decimal 218 4 8 0 0.98 0.96 0.15 358.88 0.96 0.44
Hex DA 4 8 0 62 60 F 167 60 2C
Octal 332 4 10 0 142 140 17 547 140 54
Binary 11011010 100 1000 0 1100010 1100000 1111 101100111 1100000 101100

Color Harmonies of #DA0408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0408

Black with #DA0408

Text Example


Text Example

White with #DA0408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0408; }

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

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

background-color css

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

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

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

border-color css

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

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

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