Html Css Color HEX #DA0407 Venetian Red

📋 copy color: '#DA0407'

red 218 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #DA0407

Tints of Venetian Red #DA0407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.06%

R = 95.2%
G = 1.75%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA0407 (or 0xDA0407) is known color: Venetian Red. HEX triplet: DA, 04 and 07. RGB value is (218,4,7). Sum of RGB (Red+Green+Blue) = 218+4+7=229 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.20% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0407 is #25FBF8. Grayscale: #444444. Windows color (decimal): -2489337 or 459994. OLE color: 459994.

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

Color convert

RGB 218 4 7 -
CMYK 0 0.98 0.97 0.15
HSL 359.16º 0.96% 0.44% -
HSV(B) 359.16º 0.98% 0.85% -
XYZ 29 15.01 1.57 -
YUV 68.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 218 4 7 0 0.98 0.97 0.15 359.16 0.96 0.44
Hex DA 4 7 0 62 61 F 167 60 2C
Octal 332 4 7 0 142 141 17 547 140 54
Binary 11011010 100 111 0 1100010 1100001 1111 101100111 1100000 101100

Color Harmonies of #DA0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0407

Black with #DA0407

Text Example


Text Example

White with #DA0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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