Html Css Color HEX #D00007 Venetian Red

📋 copy color: '#D00007'

red 208 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #D00007

Tints of Venetian Red #D00007

RGB

 RED value IS 208 (81.64% from 255) = 96.74%

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

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

R = 96.74%
G = 0%
B = 3.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D00007 (or 0xD00007) is known color: Venetian Red. HEX triplet: D0, 00 and 07. RGB value is (208,0,7). Sum of RGB (Red+Green+Blue) = 208+0+7=215 (28% of max value = 765). Red value is 208 (81.64% from 255 or 96.74% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 208 - color contains mainly: red. Hex color #D00007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00007 is #2FFFF8. Grayscale: #3F3F3F. Windows color (decimal): -3145721 or 458960. OLE color: 458960.

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

Color convert

RGB 208 0 7 -
CMYK 0 1 0.97 0.18
HSL 357.98º 1% 0.41% -
HSV(B) 357.98º 1% 0.82% -
XYZ 26.05 13.43 1.42 -
YUV 62.99 96.41 231.43 -
System Red Green Blue C M Y K H S L
Decimal 208 0 7 0 1 0.97 0.18 357.98 1 0.41
Hex D0 0 7 0 64 61 12 166 64 29
Octal 320 0 7 0 144 141 22 546 144 51
Binary 11010000 0 111 0 1100100 1100001 10010 101100110 1100100 101001

Color Harmonies of #D00007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00007

Black with #D00007

Text Example


Text Example

White with #D00007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00007; }

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

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

background-color css

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

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

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

border-color css

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

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

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