Html Css Color HEX #D45D55 Roman

📋 copy color: '#D45D55'

red 212 ◦ green 93 ◦ blue 85

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

Shades of Roman #D45D55

Tints of Roman #D45D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

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

R = 54.36%
G = 23.85%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D45D55 (or 0xD45D55) is known color: Roman. HEX triplet: D4, 5D and 55. RGB value is (212,93,85). Sum of RGB (Red+Green+Blue) = 212+93+85=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D55 is #2BA2AA. Grayscale: #7F7F7F. Windows color (decimal): -2859691 or 5594580. OLE color: 5594580.

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

Color convert

RGB 212 93 85 -
CMYK 0 0.56 0.60 0.17
HSL 3.78º 0.6% 0.58% -
HSV(B) 3.78º 0.6% 0.83% -
XYZ 32.71 22.48 11.21 -
YUV 127.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 212 93 85 0 0.56 0.60 0.17 3.78 0.6 0.58
Hex D4 5D 55 0 38 3C 11 4 3C 3A
Octal 324 135 125 0 70 74 21 4 74 72
Binary 11010100 1011101 1010101 0 111000 111100 10001 100 111100 111010

Color Harmonies of #D45D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45D55

Black with #D45D55

Text Example


Text Example

White with #D45D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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