Html Css Color HEX #D70026 Venetian Red

📋 copy color: '#D70026'

red 215 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #D70026

Tints of Venetian Red #D70026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 84.98%
G = 0%
B = 15.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D70026 (or 0xD70026) is known color: Venetian Red. HEX triplet: D7, 00 and 26. RGB value is (215,0,38). Sum of RGB (Red+Green+Blue) = 215+0+38=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D70026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70026 is #28FFD9. Grayscale: #444444. Windows color (decimal): -2686938 or 2490583. OLE color: 2490583.

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

Color convert

RGB 215 0 38 -
CMYK 0 1 0.82 0.16
HSL 349.4º 1% 0.42% -
HSV(B) 349.4º 1% 0.84% -
XYZ 28.37 14.59 3.15 -
YUV 68.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 215 0 38 0 1 0.82 0.16 349.4 1 0.42
Hex D7 0 26 0 64 52 10 15D 64 2A
Octal 327 0 46 0 144 122 20 535 144 52
Binary 11010111 0 100110 0 1100100 1010010 10000 101011101 1100100 101010

Color Harmonies of #D70026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70026

Black with #D70026

Text Example


Text Example

White with #D70026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70026; }

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

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

background-color css

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

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

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

border-color css

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

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

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