Html Css Color HEX #D00E4E Ruby

📋 copy color: '#D00E4E'

red 208 ◦ green 14 ◦ blue 78

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

Shades of Ruby #D00E4E

Tints of Ruby #D00E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.67%

 BLUE value IS 78 (30.86% from 255) = 26%

R = 69.33%
G = 4.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D00E4E (or 0xD00E4E) is known color: Ruby. HEX triplet: D0, 0E and 4E. RGB value is (208,14,78). Sum of RGB (Red+Green+Blue) = 208+14+78=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E4E is #2FF1B1. Grayscale: #4F4F4F. Windows color (decimal): -3142066 or 5115600. OLE color: 5115600.

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

Color convert

RGB 208 14 78 -
CMYK 0 0.93 0.62 0.18
HSL 340.21º 0.87% 0.44% -
HSV(B) 340.21º 0.93% 0.82% -
XYZ 27.54 14.27 8.51 -
YUV 79.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 208 14 78 0 0.93 0.62 0.18 340.21 0.87 0.44
Hex D0 E 4E 0 5D 3E 12 154 57 2C
Octal 320 16 116 0 135 76 22 524 127 54
Binary 11010000 1110 1001110 0 1011101 111110 10010 101010100 1010111 101100

Color Harmonies of #D00E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E4E

Black with #D00E4E

Text Example


Text Example

White with #D00E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E4E; }

 p { color: rgb(208,14,78); }

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

background-color css

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

 a { background-color: rgb(208,14,78); }

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

border-color css

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

 span { border-color: rgb(208,14,78); }

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