Html Css Color HEX #D0050F Venetian Red

📋 copy color: '#D0050F'

red 208 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #D0050F

Tints of Venetian Red #D0050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 91.23%
G = 2.19%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0050F (or 0xD0050F) is known color: Venetian Red. HEX triplet: D0, 05 and 0F. RGB value is (208,5,15). Sum of RGB (Red+Green+Blue) = 208+5+15=228 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.23% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 208 - color contains mainly: red. Hex color #D0050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0050F is #2FFAF0. Grayscale: #434343. Windows color (decimal): -3144433 or 984528. OLE color: 984528.

HSL color Cylindrical-coordinate representation of color #D0050F: hue angle of 357.04º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0050F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 15 -
CMYK 0 0.98 0.93 0.18
HSL 357.04º 0.95% 0.42% -
HSV(B) 357.04º 0.98% 0.82% -
XYZ 26.15 13.55 1.69 -
YUV 66.84 98.75 228.69 -
System Red Green Blue C M Y K H S L
Decimal 208 5 15 0 0.98 0.93 0.18 357.04 0.95 0.42
Hex D0 5 F 0 62 5D 12 165 5F 2A
Octal 320 5 17 0 142 135 22 545 137 52
Binary 11010000 101 1111 0 1100010 1011101 10010 101100101 1011111 101010

Color Harmonies of #D0050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0050F

Black with #D0050F

Text Example


Text Example

White with #D0050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0050F; }

 p { color: rgb(208,5,15); }

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

background-color css

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

 a { background-color: rgb(208,5,15); }

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

border-color css

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

 span { border-color: rgb(208,5,15); }

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