#D65F53

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

Shades of Roman #D65F53

Tints of Roman #D65F53

Color information

#D65F53 (or 0xD65F53) is unknown color: approx Roman. HEX triplet: D6, 5F and 53. RGB value is (214,95,83). Sum of RGB (Red+Green+Blue) = 214+95+83=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F53 is #29A0AC. Grayscale: #818181. Windows color (decimal): -2728109 or 5464022. OLE color: 5464022.

HSL color Cylindrical-coordinate representation of color #D65F53: hue angle of 5.5º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65F53 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2149583-
CMYK00.560.610.16
HSL5.5º61.5%58.24%-
HSV(B)5.5º61.21%83.92%-
XYZ33.3923.1110.88-
YUV129.21101.92188.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.59%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 83 (32.81% from 255) = 21.17%
R=54.59%
G=24.23%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214958300.560.610.165.561.558.24
HexD65F530383D1053e3a
Octal326137123070752057672
Binary1101011010111111010011011100011110110000101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F53; }

 p { color: rgb(214,95,83); }

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

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

 a { background-color: rgb(214,95,83); }

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

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

 span { border-color: rgb(214,95,83); }

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