Html Css Color HEX #D65C57 Roman

📋 copy color: '#D65C57'

red 214 ◦ green 92 ◦ blue 87

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

Shades of Roman #D65C57

Tints of Roman #D65C57

RGB

 RED value IS 214 (83.98% from 255) = 54.45%

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 87 (34.38% from 255) = 22.14%

R = 54.45%
G = 23.41%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D65C57 (or 0xD65C57) is known color: Roman. HEX triplet: D6, 5C and 57. RGB value is (214,92,87). Sum of RGB (Red+Green+Blue) = 214+92+87=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C57 is #29A3A8. Grayscale: #808080. Windows color (decimal): -2728873 or 5725398. OLE color: 5725398.

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

Color convert

RGB 214 92 87 -
CMYK 0 0.57 0.59 0.16
HSL 2.36º 0.61% 0.59% -
HSV(B) 2.36º 0.59% 0.84% -
XYZ 33.28 22.64 11.63 -
YUV 127.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 214 92 87 0 0.57 0.59 0.16 2.36 0.61 0.59
Hex D6 5C 57 0 39 3B 10 2 3D 3B
Octal 326 134 127 0 71 73 20 2 75 73
Binary 11010110 1011100 1010111 0 111001 111011 10000 10 111101 111011

Color Harmonies of #D65C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C57

Black with #D65C57

Text Example


Text Example

White with #D65C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C57; }

 p { color: rgb(214,92,87); }

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

background-color css

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

 a { background-color: rgb(214,92,87); }

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

border-color css

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

 span { border-color: rgb(214,92,87); }

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