Html Css Color HEX #D6000F Venetian Red

📋 copy color: '#D6000F'

red 214 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #D6000F

Tints of Venetian Red #D6000F

RGB

 RED value IS 214 (83.98% from 255) = 93.45%

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

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

R = 93.45%
G = 0%
B = 6.55%

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

#D6000F (or 0xD6000F) is known color: Venetian Red. HEX triplet: D6, 00 and 0F. RGB value is (214,0,15). Sum of RGB (Red+Green+Blue) = 214+0+15=229 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.45% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 214 - color contains mainly: red. Hex color #D6000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6000F is #29FFF0. Grayscale: #414141. Windows color (decimal): -2752497 or 983254. OLE color: 983254.

HSL color Cylindrical-coordinate representation of color #D6000F: hue angle of 355.79º 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 #D6000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 15 -
CMYK 0 1 0.93 0.16
HSL 355.79º 1% 0.42% -
HSV(B) 355.79º 1% 0.84% -
XYZ 27.82 14.33 1.75 -
YUV 65.7 99.4 233.78 -
System Red Green Blue C M Y K H S L
Decimal 214 0 15 0 1 0.93 0.16 355.79 1 0.42
Hex D6 0 F 0 64 5D 10 164 64 2A
Octal 326 0 17 0 144 135 20 544 144 52
Binary 11010110 0 1111 0 1100100 1011101 10000 101100100 1100100 101010

Color Harmonies of #D6000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6000F

Black with #D6000F

Text Example


Text Example

White with #D6000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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