Html Css Color HEX #D4026D Ruby

📋 copy color: '#D4026D'

red 212 ◦ green 2 ◦ blue 109

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

Shades of Ruby #D4026D

Tints of Ruby #D4026D

RGB

 RED value IS 212 (83.2% from 255) = 65.63%

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 65.63%
G = 0.62%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4026D (or 0xD4026D) is known color: Ruby. HEX triplet: D4, 02 and 6D. RGB value is (212,2,109). Sum of RGB (Red+Green+Blue) = 212+2+109=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4026D is #2BFD92. Grayscale: #4C4C4C. Windows color (decimal): -2882963 or 7144148. OLE color: 7144148.

HSL color Cylindrical-coordinate representation of color #D4026D: hue angle of 329.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4026D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 109 -
CMYK 0 0.99 0.49 0.17
HSL 329.43º 0.98% 0.42% -
HSV(B) 329.43º 0.99% 0.83% -
XYZ 29.93 15.14 15.81 -
YUV 76.99 146.07 224.3 -
System Red Green Blue C M Y K H S L
Decimal 212 2 109 0 0.99 0.49 0.17 329.43 0.98 0.42
Hex D4 2 6D 0 63 31 11 149 62 2A
Octal 324 2 155 0 143 61 21 511 142 52
Binary 11010100 10 1101101 0 1100011 110001 10001 101001001 1100010 101010

Color Harmonies of #D4026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4026D

Black with #D4026D

Text Example


Text Example

White with #D4026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4026D; }

 p { color: rgb(212,2,109); }

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

background-color css

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

 a { background-color: rgb(212,2,109); }

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

border-color css

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

 span { border-color: rgb(212,2,109); }

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