Html Css Color HEX #D7000F Venetian Red

📋 copy color: '#D7000F'

red 215 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #D7000F

Tints of Venetian Red #D7000F

RGB

 RED value IS 215 (84.38% from 255) = 93.48%

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

 BLUE value IS 15 (6.25% from 255) = 6.52%

R = 93.48%
G = 0%
B = 6.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7000F (or 0xD7000F) is known color: Venetian Red. HEX triplet: D7, 00 and 0F. RGB value is (215,0,15). Sum of RGB (Red+Green+Blue) = 215+0+15=230 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.48% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 215 - color contains mainly: red. Hex color #D7000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7000F is #28FFF0. Grayscale: #424242. Windows color (decimal): -2686961 or 983255. OLE color: 983255.

HSL color Cylindrical-coordinate representation of color #D7000F: hue angle of 355.81º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 15 -
CMYK 0 1 0.93 0.16
HSL 355.81º 1% 0.42% -
HSV(B) 355.81º 1% 0.84% -
XYZ 28.11 14.48 1.77 -
YUV 66 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 215 0 15 0 1 0.93 0.16 355.81 1 0.42
Hex D7 0 F 0 64 5D 10 164 64 2A
Octal 327 0 17 0 144 135 20 544 144 52
Binary 11010111 0 1111 0 1100100 1011101 10000 101100100 1100100 101010

Color Harmonies of #D7000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7000F

Black with #D7000F

Text Example


Text Example

White with #D7000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7000F; }

 p { color: rgb(215,0,15); }

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

background-color css

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

 a { background-color: rgb(215,0,15); }

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

border-color css

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

 span { border-color: rgb(215,0,15); }

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