Html Css Color HEX #D65C55 Roman

📋 copy color: '#D65C55'

red 214 ◦ green 92 ◦ blue 85

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

Shades of Roman #D65C55

Tints of Roman #D65C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.74%

R = 54.73%
G = 23.53%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D65C55 (or 0xD65C55) is known color: Roman. HEX triplet: D6, 5C and 55. RGB value is (214,92,85). Sum of RGB (Red+Green+Blue) = 214+92+85=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C55 is #29A3AA. Grayscale: #7F7F7F. Windows color (decimal): -2728875 or 5594326. OLE color: 5594326.

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

Color convert

RGB 214 92 85 -
CMYK 0 0.57 0.60 0.16
HSL 3.26º 0.61% 0.59% -
HSV(B) 3.26º 0.6% 0.84% -
XYZ 33.2 22.61 11.21 -
YUV 127.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 214 92 85 0 0.57 0.60 0.16 3.26 0.61 0.59
Hex D6 5C 55 0 39 3C 10 3 3D 3B
Octal 326 134 125 0 71 74 20 3 75 73
Binary 11010110 1011100 1010101 0 111001 111100 10000 11 111101 111011

Color Harmonies of #D65C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C55

Black with #D65C55

Text Example


Text Example

White with #D65C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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