#D4615D

Color #D4615D Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D4615D

Tints of Roman #D4615D

Color information

#D4615D (or 0xD4615D) is unknown color: approx Roman. HEX triplet: D4, 61 and 5D. RGB value is (212,97,93). Sum of RGB (Red+Green+Blue) = 212+97+93=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4615D is #2B9EA2. Grayscale: #838383. Windows color (decimal): -2858659 or 6119892. OLE color: 6119892.

HSL color Cylindrical-coordinate representation of color #D4615D: hue angle of 2.02º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4615D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2129793-
CMYK00.540.560.17
HSL2.02º58.05%59.8%-
HSV(B)2.02º56.13%83.14%-
XYZ33.423.3413.1-
YUV130.93106.6185.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.74%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=52.74%
G=24.13%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212979300.540.560.172.0258.0559.8
HexD4615D036381123a3c
Octal324141135066702127274
Binary110101001100001101110101101101110001000110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4615D; }

 p { color: rgb(212,97,93); }

 H1.HeaderClassName
 {
   color: #D4615D;
 }
 .AnyTagClassName
 {
   color: #D4615D;
 }
</style>
background-color css

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

 a { background-color: rgb(212,97,93); }

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

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

 span { border-color: rgb(212,97,93); }

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