Html Css Color HEX #DA0007 Venetian Red

📋 copy color: '#DA0007'

red 218 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #DA0007

Tints of Venetian Red #DA0007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.89%
G = 0%
B = 3.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA0007 (or 0xDA0007) is known color: Venetian Red. HEX triplet: DA, 00 and 07. RGB value is (218,0,7). Sum of RGB (Red+Green+Blue) = 218+0+7=225 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0007 is #25FFF8. Grayscale: #424242. Windows color (decimal): -2490361 or 458970. OLE color: 458970.

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

Color convert

RGB 218 0 7 -
CMYK 0 1 0.97 0.15
HSL 358.07º 1% 0.43% -
HSV(B) 358.07º 1% 0.85% -
XYZ 28.95 14.92 1.56 -
YUV 65.98 94.72 236.43 -
System Red Green Blue C M Y K H S L
Decimal 218 0 7 0 1 0.97 0.15 358.07 1 0.43
Hex DA 0 7 0 64 61 F 166 64 2B
Octal 332 0 7 0 144 141 17 546 144 53
Binary 11011010 0 111 0 1100100 1100001 1111 101100110 1100100 101011

Color Harmonies of #DA0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0007

Black with #DA0007

Text Example


Text Example

White with #DA0007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0007; }

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

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

background-color css

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

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

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

border-color css

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

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

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